PDFRgbColorSpace¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a device RGB colorspace.
Inheritance Object → PDFColorSpace → PDFRgbColorSpace
Constructors¶
PDFRgbColorSpace()¶
Initializes a new PDFRgbColorSpace object.
Properties¶
ColorComponentCount¶
Gets the number of components used by a color in this colorspace.
Property Value
CosObject¶
Gets the raw colorspace object.
Property Value
Type¶
Gets the colorspace type.
Property Value
PDFColorSpaceType
A PDFColorSpaceType that represents the colorspace type.
Methods¶
Equals(Object)¶
Determines whether the specified Object is equal to the current Object.
Parameters
obj Object
The Object to compare with the current Object.
Returns
Boolean
true if the specified Object is equal to the current Object; otherwise, false.
GetHashCode()¶
Serves as a hash function for a particular type.
Returns
Int32
A hash code for the current Object.