Palette.Add Method
Name | Parameters | Description |
---|---|---|
Add(PaletteEntry) | entry | Appends the specified PaletteEntry object to the current palette. |
Add(Color, Color) | color, color2 | Appends a new palette entry with the specified first and second colors to the current palette. |
Add(Color) | color | Appends a new palette entry with the specified color to the current palette. |