Type alias ConstantColorChannel

ConstantColorChannel: {
    constant: string;
}

A constant color channel must be represented as a string that is valid HTML. (blue, #EEFF00, etc.)

Type declaration

  • constant: string

Generated using TypeDoc