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




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

    Property Value

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