IPaletteItem Property
Gets the color entry of this
IPalette at the specified
index.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
Color32 this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As Color32
Get
property Color32 default[int index] {
Color32 get (int index);
}
abstract Item : Color32 with get
- index Int32
- The index of the color entry to be retrieved.
Color32A
Color32 instance representing the color entry of the
Palette at the specified
index.