ColorGray 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 a Gray color space.
Inheritance Hierarchy
Bytescout.PDFColor
Bytescout.PDFDeviceColor
Bytescout.PDFColorGray
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The ColorGray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ColorGray | Initializes a new instance of the Bytescout.PDF.ColorGray class. |
Properties
Name | Description | |
---|---|---|
![]() | Colorspace | Gets the colorspace associated with this Bytescout.PDF.ColorGray. (Overrides ColorColorspace.) |
![]() | G | Gets the gray level of color. |
Methods
Name | Description | |
---|---|---|
![]() | Clone | Allows the creation of a shallow copy of this Bytescout.PDF.ColorGray. (Overrides ColorClone.) |
![]() | Equals | Determines whether the specified Bytescout.PDF.ColorGray is equal to the current Bytescout.PDF.ColorGray. (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.ColorGray. (Overrides ObjectToString.) |
See Also