KYOCERA km-1500 ユーザーガイド

ページ / 408
PRESCRIBE Command Reference
12
COLOR
ACLI — 
Add CoLor by Index 
Format 
ACLI 
index, color1, color2, color3
Parameters 
index: 
integer from 1 to 255
color1: 
value for red, integer from 0 to 255, in RGB color space
value for lightness, number from 0.0 to 100.0, in L*a*b color space
color2: 
value for green, integer from 0 to 255, in RGB color space
value for red/green, number from 0.0 to 100.0, in L*a*b color space
color3: 
value for blue, integer from 0 to 255, in RGB color space
value for yellow/blue, number from 0.0 to 100.0, in L*a*b color space
Function 
The ACLI command adds a color to the currently active palette. This command is 
ignored when the currently active palette is a simple color palette or the Pantone color 
palette. If an index number larger than the palette size is given, this command is also 
ignored. If a color is added to the existing index number, the current color for that index 
number is automatically replaced with the new color.
To add a color in a palette, the following guidelines must be used depending on the color 
space used:
For RGB color space, specify the values for red, green, and blue with an integer from 0 
to 255, where 0 = 0% and 255 = 100%. Any value outside this range is rounded to the 
minimum or maximum value, namely 0 or 255. A fractional value beyond the decimal 
point is discarded.
For L*a*b color space, specify relative values for the lightness, red/green, and yellow/
blue with a number from 0.0 to 100.0. Any value outside this range is rounded to the 
minimum or maximum value, namely 0.0 or 100.0.