AIPaletteColor Struct Reference
Defines a palette color.
More...
#include <AIImageOptimization.h>
List of all members.
Public Attributes |
| unsigned char | alpha |
| | Alpha channel value, in the range [0..255].
|
| unsigned char | r |
| | Red value, in the range [0..255].
|
| unsigned char | g |
| | Green value, in the range [0..255].
|
| unsigned char | b |
| | Blue value, in the range [0..255].
|
Detailed Description
Defines a palette color.
See AIImageOptSuite
Member Data Documentation
Alpha channel value, in the range [0..255].
Blue value, in the range [0..255].
Green value, in the range [0..255].
Red value, in the range [0..255].
The documentation for this struct was generated from the following file: