asposecells.api

Class ColorType

Utility class containing constants. Represents all color type

Field Summary
const  intAUTOMATIC
Automatic color.
const  intAUTOMATIC_INDEX
It's automatic color,but the displayed color depends the setting of the OS System.
const  intRGB
The RGB color.
const  intINDEXED_COLOR
The color index in the color palette.
const  intTHEME
The theme color.
 

    • Field Detail

      • AUTOMATIC

        const int AUTOMATIC
        Automatic color.
      • AUTOMATIC_INDEX

        const int AUTOMATIC_INDEX
        It's automatic color,but the displayed color depends the setting of the OS System. Not supported.
      • RGB

        const int RGB
        The RGB color.
      • INDEXED_COLOR

        const int INDEXED_COLOR
        The color index in the color palette.
      • THEME

        const int THEME
        The theme color.