Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pg/pgcmy.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pg/pgcmy.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pg/pgcmy.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pg/pgcmy.html on line 8
Convert cyan, magenta, and yellow values to composite color format
PgColor_t PgCMY( int C, int M, int Y );
- C
- The cyan component.
- M
- The magenta component.
- Y
- The yellow component.
ph
This macro converts cyan, magenta, and yellow values into a
PgColor_t
structure.
It lets you approximate print-industry colors. The
values for C,
M, and Y
range from 0 to 255. If you set all three arguments to 0,
the color is white; if you set all three to 255, the color
is black.
A composite color value.
Color
|
Composite color value |
Black
|
PgCMY( 255, 255, 255 ); |
White
|
PgCMY( 0, 0, 0 ); |
Red
|
PgCMY( 0, 255, 255 ); |
Green
|
PgCMY( 255, 0, 255 ); |
Blue
|
PgCMY( 255, 255, 0 ); |
Orange
|
PgCMY( 0, 90, 255 ); |
Slate Blue
|
PgCMY( 175, 160, 121 ); |
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PgColor_t,
PgBlueValue(),
PgGreenValue(),
PgHSV(),
PgRedValue(),
PgRGB(),
PgSetFillColor(),
PgSetFillDither()
“Color”
in the Raw Drawing and Animation chapter of the
Photon Programmer's Guide
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pg/pgcmy.html on line 179
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pg/pgcmy.html on line 179