Variable GreyAlgorithmConst

GreyAlgorithm: {
    AVERAGE: "average";
    BLACK: "black";
    BLUE: "blue";
    CYAN: "cyan";
    GREEN: "green";
    HUE: "hue";
    LIGHTNESS: "lightness";
    LUMA_601: "luma601";
    LUMA_709: "luma709";
    MAGENTA: "magenta";
    MAX: "max";
    MIN: "min";
    MINMAX: "minmax";
    RED: "red";
    SATURATION: "saturation";
    YELLOW: "yellow";
} = ...

Type declaration

  • Readonly AVERAGE: "average"
  • Readonly BLACK: "black"
  • Readonly BLUE: "blue"
  • Readonly CYAN: "cyan"
  • Readonly GREEN: "green"
  • Readonly HUE: "hue"
  • Readonly LIGHTNESS: "lightness"
  • Readonly LUMA_601: "luma601"
  • Readonly LUMA_709: "luma709"
  • Readonly MAGENTA: "magenta"
  • Readonly MAX: "max"
  • Readonly MIN: "min"
  • Readonly MINMAX: "minmax"
  • Readonly RED: "red"
  • Readonly SATURATION: "saturation"
  • Readonly YELLOW: "yellow"