[]
Contains a predefined number of colors. Used for drawing color fonts.
public class CpalPalette
Public Class CpalPalette
Name | Description |
---|---|
CpalPalette(uint[]) | Initializes a new instance of the CpalPalette class. |
Name | Description |
---|---|
Colors | Gets the array of palette entries. Each color has ARGB format. |
Label | Gets or sets a user interface string associated with the palette. |
UsableWithDarkBackground | Gets or sets a value indicating if the palette is appropriate to use when displaying the font on a dark background such as black. |
UsableWithLightBackground | Gets or sets a value indicating if the palette is appropriate to use when displaying the font on a light background such as white. |