extensions/generic/color library
Color extensions for Kaeru UI.
Chainable color channel setters, opacity, and semantic palette.
Example:
Colors.blue.sa(200).o(0.5).secondary;
Classes
- ColorPalette
- Predefined color palette for Kaeru UI.
Extensions
- KaeruColorOpacity on Color
- Chainable color channel and opacity setters.
- KaeruSemanticColor on Color
-
Semantic color access for Kaeru UI.
Example:
color.primary,color.success