Shading extension


🔦 WithShading extends Color

on

Methods

withBlack(int subtract) → Color

Available on Color, provided by the Shading extension

⬛ With Black
withWhite(int add) → Color

Available on Color, provided by the Shading extension

⬜ With White

Operators

operator +(Color other) → Color

Available on Color, provided by the Shading extension

Average the alpha, red, green, and blue channels of a Color with another other.