palette_ext_t
Declaration
typedef struct {
ushort blue;
ushort green;
ushort red;
} palette_ext_t
Prototype In
mgraph.h
Description
Structure representing a single extended color palette entry. Extended color palette entries are similar to regular color palette entries, however the extended color palette supports 16 bits per primary, allowing for higher color resolution that a regular 8 bit primary color palette. The extended color palette is used to build the color lookup tables for all the extended color index device contexts used in the MGL.
Members
blue |
Blue channel color (0 - 65535) |
green |
Green channel color (0 - 65535) |
red |
Red channel color (0 - 65535) |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com