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

    Property Value

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