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

RgbColor.Implicit Method

Casts RGB color data format.

Overload List

Name Description
Public operator Static member Implicit(Color)

Casts this System.Drawing.Color class instance to RgbColor value.

Public operator Static member Implicit(Int32)

Casts numeric representation of RGB color to RgbColor.

Public operator Static member Implicit(Int64)

Casts extended (16-bit per channel) numeric representation of RGB color to RgbColor.

Public operator Static member Implicit(RgbColor)

Casts this RgbColor to Int64 containing extended numerical representation of the color.

Public operator Static member Implicit(RgbColor)

Casts this RgbColor to Int32 containing numerical representation of the color.

Public operator Static member Implicit(RgbColor)

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

Public operator Static member Implicit(RgbColor)

Casts this RgbColor to GrayScaleColor automatically converting it to grayscale.

Public operator Static member Implicit(RgbColor)

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

See Also

Reference