nutmeg icon indicating copy to clipboard operation
nutmeg copied to clipboard

Add color filters to Axes

Open kitizz opened this issue 10 years ago • 0 comments

Add a property (colorFilters?) to axes that modify the colors of children plots.

For example:

Axis {
    colorFilters: [ Soften{} ]
    ...
}

Will soften (desaturate) hard colors like "red", "green", etc.

kitizz avatar Jul 16 '14 00:07 kitizz