home *** CD-ROM | disk | FTP | other *** search
- inline unsigned char IColor::redMix() const
- /**************************************************************/
- /* Return the red value. */
- /**************************************************************/
- { return ucClRed; }
-
- inline unsigned char IColor::blueMix() const
- /**************************************************************/
- /* Return the blue value. */
- /**************************************************************/
- { return ucClBlue; }
-
- inline unsigned char IColor::greenMix() const
- /**************************************************************/
- /* Return the green value. */
- /**************************************************************/
- { return ucClGreen; }
-
- inline long IDeviceColor::index() const
- /**************************************************************/
- /* Return the device color index. */
- /**************************************************************/
- { return lClDeviceColor; }
-
- inline long IGUIColor::index() const
- /**************************************************************/
- /* Return the GUI component color index. */
- /**************************************************************/
- { return lClSysColor; }