Click or drag to resize

PaletteInsertItem Method

Called when inserting a color, to insert the cached argb value of the color

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

Parameters

index
Type: SystemInt32

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

item
Type: Eto.DrawingColor

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

See Also