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

GrayScaleColor.ToGdiplusColor Method

Returns System.Drawing.Color containing the same color value as this GrayScaleColor does.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides Function ToGdiplusColor As Color
C#
public override Color ToGdiplusColor()

Return Value

System.Drawing.Color containing the same color value as this GrayScaleColor does.

Remarks

This Aurigma.GraphicsMill.GrayScaleColor is always automatically converted from grayscale to RGB color space using ConvertColorSpace(ColorSpace) method. Note, no color management is applied in this case and colors may be reproduced inaccurately.

See Also

Reference