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 © 1999-2014, Dassault Systèmes. All rights reserved.