This documentation is for the old version. Go to the latest Graphics Mill docs

GrayScaleColor.Implicit Method

Casts GrayScale color data format.

Overload List

Name Description
Public operator Static member Implicit(Int32)

Casts integer value to Aurigma.GraphicsMill.GrayScaleColor class instance.

Public operator Static member Implicit(Int64)

Casts long value to Aurigma.GraphicsMill.GrayScaleColor class instance.

Public operator Static member Implicit(GrayScaleColor)

Casts this GrayScaleColor to RgbColor automatically converting it to RGB color space.

Public operator Static member Implicit(GrayScaleColor)

Casts this Aurigma.GraphicsMill.GrayScaleColor class instance to System.Drawing.Color value.

Public operator Static member Implicit(GrayScaleColor)

Casts this GrayScaleColor to CmykColor automatically converting it to CMYK color space.

Public operator Static member Implicit(GrayScaleColor)

Casts this Aurigma.GraphicsMill.GrayScaleColor class instance to Int32 containing extended numerical representation of the color.

Public operator Static member Implicit(GrayScaleColor)

Casts this Aurigma.GraphicsMill.GrayScaleColor class instance to Int64 containing extended numerical representation of the color.

See Also

Reference