Click or drag to resize

PaletteSetItem Method

Called when setting a color in the palette, to set the cached argb value of the color

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void SetItem(
	int index,
	Color item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Eto.Drawing.Palette.SetItem(System.Int32,Eto.Drawing.Color)"]

item
Type: Eto.DrawingColor

[Missing <param name="item"/> documentation for "M:Eto.Drawing.Palette.SetItem(System.Int32,Eto.Drawing.Color)"]

See Also