GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure / CmykCyan Property
In This Topic
    CmykCyan Property
    In This Topic
    Gets or sets the "Cyan" component of the color according to the CMYK color model.
    Syntax
    public float CmykCyan {get; set;}

    Property Value

    CmykCyan ranges from 0.0f to 1.0f, inclusive.
    See Also