Enumeration
PaletteType
The palette type for converting an image to indexed color.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 1 | readonly | The palette uses the exact colors appearing in the RGB image; available only if the image uses 256 or fewer colors. | |
| Int = 8 | readonly | Creates a palette by sampling the colors from the spectrum appearing most commonly in the image. | |
| Int = 6 | readonly | Creates a custom palette by giving priority to colors for in the image which the human eye has greater sensitivity. | |
| Int = 7 | readonly | Creates a color table similar to the Perceptual color table, but favoring broad areas of color in the image and the preservation of web colors. | |
| Int = 2 | readonly | The Mac OS default 8-bit palette, whch is based on a uniform sampling of RGB colors. | |
| Int = 11 | readonly | Creates a palette by sampling the colors from the spectrum appearing most commonly in a group of open images that share the same color palette. | |
| Int = 9 | readonly | Creates a custom palette by giving priority to colors in a group of open images with the same color palette for which the human eye has greater sensitivity. | |
| Int = 10 | readonly | Creates a color table similar to the Master Perceptual color table, but favoring broad areas of color and the preservation of web colors. | |
| Int = 12 | readonly | Uses the custom palette from the previous conversion, making it easy to convert several images with the same custom palette. | |
| Int = 5 | readonly | Creates a palette by uniformly sampling colors from the RGB color cube. | |
| Int = 4 | readonly | The 216-color palette that web browsers, regardless of platform, use to display images on a monitor limited to 256 colors. | |
| Int = 3 | readonly | The Windows system's default 8-bit palette, whch is based on a uniform sampling of RGB colors. |
Object of 2
Properties elsewhere that hold an PaletteType value.