メインコンテンツまでスキップ
バージョン:25.2

black

Named Color

Example:

put the color of "black" —> 0,0,0

function (in STColor.xmodule)

  • Returns the black component of a color’s representation in the CMYK color space, in the range 0.0-1.0
  • Note: To obtain the black level of a color in the greyscale range rather than in the CMYK color space, use the formula “1 - white(theColor)”

Example:

put black(darkRed) —> 0.325842

Related terms in the SenseTalk Dictionary.