Casts RGB color data format.
Name | Description | |
---|---|---|
Implicit(Color) |
Casts this System.Drawing.Color class instance to RgbColor value. |
|
Implicit(Int32) |
Casts numeric representation of RGB color to RgbColor. |
|
Implicit(Int64) |
Casts extended (16-bit per channel) numeric representation of RGB color to RgbColor. |
|
Implicit(RgbColor) |
Casts this RgbColor to Int64 containing extended numerical representation of the color. |
|
Implicit(RgbColor) |
Casts this RgbColor to Int32 containing numerical representation of the color. |
|
Implicit(RgbColor) |
Casts this RgbColor to CmykColor automatically converting it to CMYK color space. |
|
Implicit(RgbColor) |
Casts this RgbColor to GrayScaleColor automatically converting it to grayscale. |
|
Implicit(RgbColor) |
Casts this Aurigma.GraphicsMill.RgbColor class instance to System.Drawing.Color value. |