PdfRGBColor Structure |
Namespace: Spire.Pdf.Graphics
The PdfRGBColor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfRGBColor(Color) |
Initializes a new instance of theclass.
|
![]() |
PdfRGBColor(Single) |
Initializes a new instance of theclass.
|
![]() |
PdfRGBColor(PdfRGBColor) |
Initializes a new instance of theclass.
|
![]() |
PdfRGBColor(Byte, Byte, Byte) |
Initializes a new instance of theclass.
|
![]() |
PdfRGBColor(Single, Single, Single, Single) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
B |
Gets or sets Blue channel value.
|
![]() |
Blue |
Gets the blue.
|
![]() |
C |
Gets or sets Cyan channel value.
|
![]() ![]() |
Empty |
Gets a null color.
|
![]() |
G |
Gets or sets Green channel value.
|
![]() |
Gray |
Gets or sets Gray channel value.
|
![]() |
Green |
Gets the green.
|
![]() |
IsEmpty |
Gets whether the PDFColor is Empty or not.
|
![]() |
K |
Gets or sets Black channel value.
|
![]() |
M |
Gets or sets Magenta channel value.
|
![]() |
R |
Gets or sets Red channel value.
|
![]() |
Red |
Gets the red.
|
![]() |
Y |
Gets or sets Yellow channel value.
|
Name | Description | |
---|---|---|
![]() |
Equals(Object) |
Determines whether the specified
is equal to the current .
(Overrides
ValueType
Equals(Object)
.)
|
![]() |
Equals(PdfRGBColor) |
Determines if the specified color is equal to this one.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type, suitable for
use in hashing algorithms and data structures like a hash
table.
(Overrides
ValueType
GetHashCode
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
ToArgb |
Creates the Alpha ,Red ,Green, and Blue value of this PDFColor structure.
|
![]() |
ToString |
Returns the fully qualified type name of this instance.
(Inherited from
ValueType
.)
|
Name | Description | |
---|---|---|
![]() ![]() |
Equality |
Operator ==.
|
![]() ![]() |
(Color to PdfRGBColor) |
Implicit operator.
|
![]() ![]() |
(PdfRGBColor to Color) |
Implicit operator.
|
![]() ![]() |
Inequality |
Operator !=.
|