Shading extension


🔦 WithShading extends Color

on

Methods

withBlack(int subtract) → Color
⬛ With Black
withWhite(int add) → Color
⬜ With White

Operators

operator +(Color other) → Color
Average the alpha, red, green, and blue channels of a Color with another other.