ColorRGB Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a color in an RGB color space.
Inheritance Hierarchy
Bytescout.PDFColor
Bytescout.PDFDeviceColor
Bytescout.PDFColorRGB
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The ColorRGB type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ColorRGB | Initializes a new instance of the Bytescout.PDF.ColorRGB class. |
Properties
Name | Description | |
---|---|---|
B | Gets the blue component value. | |
Colorspace | Gets the colorspace associated with this Bytescout.PDF.ColorRGB. (Overrides ColorColorspace.) | |
G | Gets the green component value. | |
R | Gets the red component value. |
Methods
Name | Description | |
---|---|---|
Clone | Allows the creation of a shallow copy of this Bytescout.PDF.ColorRGB. (Overrides ColorClone.) | |
Equals | Determines whether the specified Bytescout.PDF.ColorRGB is equal to the current Bytescout.PDF.ColorRGB. (Overrides ObjectEquals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a System.String that represents the current Bytescout.PDF.ColorRGB. (Overrides ObjectToString.) |
See Also