VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

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

Property avaliable if type == "Indexed".

Requirements

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

See Also