ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBLUT Class / RedLUT Property




In This Topic
    RedLUT Property
    In This Topic
    Gets or sets the single-channel LUT for the Red channel.
    Syntax
    'Declaration
     
    Public Property RedLUT As ImGearLUT
    'Usage
     
    Dim instance As ImGearRGBLUT
    Dim value As ImGearLUT
     
    instance.RedLUT = value
     
    value = instance.RedLUT
    public ImGearLUT RedLUT {get; set;}
    public: __property ImGearLUT* get_RedLUT();
    public: __property void set_RedLUT( 
       ImGearLUT* value
    );
    public:
    property ImGearLUT^ RedLUT {
       ImGearLUT^ get();
       void set (    ImGearLUT^ value);
    }

    Property Value

    ImGearLUT class object.
    Remarks
    The default value is null.
    See Also