Color Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
The color type used for ContentElement as foreground color.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.StylesColor

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Color : IStyleParameter

The Color type exposes the following members.

Constructors

  NameDescription
Public methodColor(Double)
Initializes a new instance of the Color class.
Public methodColor(String, Double)
Initializes a new instance of the Color class.
Public methodColor(String, String)
Initializes a new instance of the Color class.
Top
Properties

  NameDescription
Public propertyColorName
Gets the name of the color.
Public propertyColorSpaceName
Gets the name of the colorspace this color belongs to.
Public propertyComponents
Gets the components of the color. An array or doubles in range [0..1];
Public propertyStatic memberTransparent
The transparent color.
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also

Reference