[]
Override to change the default C1ColorButton used for a Color.
protected virtual C1ColorButton CreateColorButton(Color color)
| Type | Name | Description |
|---|---|---|
| Color | color | Color that should be represented. |
| Type | Description |
|---|---|
| C1ColorButton | A C1ColorButton for a specific Color. |
Override to change the default C1ColorButton used for a ColorPaletteEntry.
protected virtual C1ColorButton CreateColorButton(ColorPaletteEntry colorEntry)
| Type | Name | Description |
|---|---|---|
| ColorPaletteEntry | colorEntry | ColorPaletteEntry that should be represented. |
| Type | Description |
|---|---|
| C1ColorButton | A C1ColorButton for a specific ColorPaletteEntry. |