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

    Property Value

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