VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / IndexedColor Class / IndexedColor Constructors / IndexedColor Constructor(Palette,Byte)
Syntax Requirements SeeAlso
In This Topic
IndexedColor Constructor(Palette,Byte)
In This Topic
Initializes a new instance of the IndexedColor class.
Syntax
'Declaration

Public Function New( _
ByVal palette
Palette that contains the color.
As Vintasoft.Imaging.Palette, _
ByVal index
Index of color in palette.
As Byte _
)
public IndexedColor(
Vintasoft.Imaging.Palette palette,
byte index
)

Parameters

palette
Palette that contains the color.
index
Index of color in palette.
Requirements

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

See Also