|
SwatchIndex | FindSwatch (Color24 a, Color24 b, Color24 c) |
| Finds the index of a Swatch closest to the specified colours, with transparency for the fourth color. More...
|
|
SwatchIndex | FindSwatch (int a, int b, int c) |
| Finds the index of a Swatch closest to the specified colours, with transparency for the fourth color. More...
|
|
SwatchIndex | FindSwatch (Color24 a, Color24 b, Color24 c, Color24 d) |
| Finds the index of a Swatch closest to the specified colours. More...
|
|
SwatchIndex | FindSwatch (int a, int b, int c, int d) |
| Finds the index of a Swatch closest to the specified colours. More...
|
|
SwatchIndex | FindSwatch (Swatch swatch) |
| Finds the index of a Swatch within the Palette closest to the colors within the given Swatch. More...
|
|
IEnumerator< Swatch > | GetEnumerator () |
|
Contains up to 256 Swatch entries, each of which contains 4 colors to be used when drawing a Sprite.