class HT_Color_System


See Also

HT_Color_Cube   For more information about color classes , see the section "Color Attributes," in chapter 2, "Heidi Architecture." Synopsis
class HT_Color_System {
    public:
        enum Enum {
            Mapped_RGB,
            Direct_RGB,
            Bitonal,
            Gray_Scale,
            Direct_CMYK,

            Undefined = -1
        };

    ENUM_CLASS_FUNCTIONS (HT_Color_System)
};
Details Mapped_RGB refers to index display mode. Direct_RGB indicates a true color system. And, Bitonal refers to a black and white system.