ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / LUT Property




In This Topic
    LUT Property (ImGearPageDisplay)
    In This Topic
    Gets or sets a display lookup table.
    Syntax
    'Declaration
     
    Public Property LUT As ImGearMultichannelLUT
    'Usage
     
    Dim instance As ImGearPageDisplay
    Dim value As ImGearMultichannelLUT
     
    instance.LUT = value
     
    value = instance.LUT
    public ImGearMultichannelLUT LUT {get; set;}
    public: __property ImGearMultichannelLUT* get_LUT();
    public: __property void set_LUT( 
       ImGearMultichannelLUT* value
    );
    public:
    property ImGearMultichannelLUT^ LUT {
       ImGearMultichannelLUT^ get();
       void set (    ImGearMultichannelLUT^ value);
    }

    Property Value

    ImageGear.Core.ImGearMultichannelLUT class.
    Remarks
    This property only supports ImageGear.Core.ImGearRGBLUT class objects.
    See Also