ColorHelper extension

on

Properties

asHexString String
Convert color to hex string
no setter

Methods

darker(int percents) Color
Make color darker by so many percents
lighter(int percents) Color
Make color lighter by so many percents
mix(Color another, double amount) Color?
Linearly interpolate between two colors.