Replace cyan, magenta, yellow, black with numeric values
to create a CMYK color value. The numeric values that are used in
place of cyan, magenta, yellow, black indicate the percentage of each color to include in the CMYK color
value. See CMYK Color Codes for more information
about the color value produced by using this macro.
|
Replace colorname with a color-naming scheme color name
to create an HLS color value. See HLS Color Codes for more information
about HLS color values.For more information
about valid color-naming scheme color names, see Color Naming System (CNS) Values, or enter the
following into the command-line of the Program Editor:
%HELPCLR(CNS); |
Replace hue, lightness, saturation with numeric values
to create an HLS color value. Hue should be replaced with any value from 0 to 360. Lightness and saturation indicate a percentage to be included in the HLS color values.See HLS Color Codes for more information.
|
Replace hue, saturation, value with numeric values to
create an HLS value from HSV components. Hue should be replaced with any value from 0 to 360. Saturation and value (brightness) indicate a percentage to be included in the HLS color
value.See HSV (or HSB) Color Codes and HLS Color Codes for more information.
|
Replace red, green, blue with numeric values to create
an RGB color value from RGB color components. The numeric values that
are used in place of red, green, blue indicate the percentage of each color to be included in the RGB
color value. See RGB Color Codes for more information.
|
Replace hls with an HLS color value to create an RGB
color value. See HLS Color Codes and RGB Color Codes for more information.
|
Replace rgb with an RGB color value to create an HLS
color value. See RGB Color Codes and HLS Color Codes for more information.
|