Color Methods |
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if two Colors are equal.
(Overrides ObjectEquals(Object).) |
![]() ![]() | FromArgb(Int32, Int32, Int32) |
Gets valid pdf Color object from RGB color components.
|
![]() ![]() | FromArgb(Int32, Int32, Int32, Int32) |
Gets valid pdf Color object from RGB color components.
|
![]() ![]() | FromCmyk |
Gets valid pdf Color object from RGB color components.
|
![]() ![]() | FromGray |
Gets valid pdf Color object from Gray color component.
|
![]() ![]() | FromRgb(Color) |
Gets valid pdf Color object from System.Drawing.Color value.
|
![]() ![]() | FromRgb(Double, Double, Double) |
Gets valid pdf Color object from RGB color components.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Parse |
Extracts color components from the string.
|
![]() | ToRgb |
Converts color into rgb.
|
![]() | ToString |
Converts to string.
(Overrides ObjectToString.) |