Click or drag to resize

Color Constructor

Overload List
  NameDescription
Public methodColor(Int32)
Constructs a color from a 32-bit integer in RGBA format (each byte represents a color channel).
Public methodColor(Int64)
Constructs a color from a 64-bit integer in RGBA format (each word represents a color channel).
Public methodColor(String)
Constructs a color from the HTML hexadecimal color string in RGBA format.
Public methodColor(Color, Single)
Constructs a color from an existing color and an alpha value.
Public methodColor(Single, Single, Single, Single)
Constructs a color from RGBA values, typically on the range of 0 to 1.
Top
See Also