Casts this GrayScaleColor to RgbColor automatically converting it to RGB color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Widening Operator CType ( _ obj As GrayScaleColor _ ) As RgbColor
public static implicit operator RgbColor ( GrayScaleColor obj )
Type: Aurigma.GraphicsMill.GrayScaleColor
GrayScaleColor class instance to cast.