ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPColorant Class / Cyan Property




In This Topic
    Cyan Property
    In This Topic
    Gets or sets cyan value when the mode is CMYK.
    Syntax
    'Declaration
     
    Public Property Cyan As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearXMPColorant
    Dim value As ImGearXMPReal
     
    instance.Cyan = value
     
    value = instance.Cyan
    public ImGearXMPReal Cyan {get; set;}
    public: __property ImGearXMPReal* get_Cyan();
    public: __property void set_Cyan( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ Cyan {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

    ImGearXMPReal class value.
    Remarks
    Valid range is 0 ... 100.
    See Also