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




In This Topic
    Red Property (ImGearXMPColorant)
    In This Topic
    Gets or sets red value when the mode is RGB.
    Syntax
    'Declaration
     
    Public Property Red As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearXMPColorant
    Dim value As ImGearXMPInteger
     
    instance.Red = value
     
    value = instance.Red
    public ImGearXMPInteger Red {get; set;}
    public: __property ImGearXMPInteger* get_Red();
    public: __property void set_Red( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Red {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImGearXMPInteger class value.
    Remarks
    Valid range is 0..255.
    See Also