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

black

  • named color
    • Examples: +

       put the color of "black" —> 0,0,0
    • Related: namedColors

  • 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)”

    • Examples: +

       put black(darkRed) —> 0.325842
    • Related: red, green, blue, hue, saturation, brightness, cyan, magenta, yellow, white, alpha