VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / WebColorBase Class / index Property
Syntax Remarks Requirements SeeAlso
In This Topic
    index Property (WebColorBase)
    In This Topic
    Gets a color index.
    Syntax
    'Declaration
    
    Public Property index As Integer
    
    
    public int index { get; set; }
    
    
    public: __property int get_index();
    public: __property void set_index(
    int value
    );
    public:
    property int index { int get(); void set(int value); }

    Property Value

    Minimum value is 0, maximum value is 255. Default value is 0.
    Remarks

    Property avaliable if type == "Indexed".

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also