PrintBase Enumeration CATPrintColorMode
All Frameworks Class Hierarchy This Framework Indexes
PrintBase Enumeration CATPrintColorMode
enum CATPrintColorMode {
CATPRINTRGB,
CATPRINTGREYSCALE,
CATPRINTMONO
}
Color mode.
- Values:
-
- CATPRINTRGB
- The three components red, green and blue are used.
- CATPRINTGREYSCALE
- The grey scale color is obtain by the formula : 0.3f*red + 0.59f*green + 0.11f*blue.
- CATPRINTMONO
- Only black or white color.
This object is included in the file: CATPrintParameters.h
Copyright © 2003, Dassault Systèmes. All rights reserved.