ColorExtension extension

Utility extension methods to the Color class.

on

Methods

brighten([double percent = 0.05]) Color

Available on Color, provided by the ColorExtension extension

Return a slightly brighter color than the current color.
darken([double percent = 0.05]) Color

Available on Color, provided by the ColorExtension extension

Return a slightly darker color than the current color.