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