Color Methods

The Color type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns true if two Colors are equal.
(Overrides ObjectEquals(Object).)
Public methodStatic memberFromArgb(Int32, Int32, Int32)
Gets valid pdf Color object from RGB color components.
Public methodStatic memberFromArgb(Int32, Int32, Int32, Int32)
Gets valid pdf Color object from RGB color components.
Public methodStatic memberFromCmyk
Gets valid pdf Color object from RGB color components.
Public methodStatic memberFromGray
Gets valid pdf Color object from Gray color component.
Public methodStatic memberFromRgb(Color)
Gets valid pdf Color object from System.Drawing.Color value.
Public methodStatic memberFromRgb(Double, Double, Double)
Gets valid pdf Color object from RGB color components.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberParse
Extracts color components from the string.
Public methodToRgb
Converts color into rgb.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
See Also