Crate bigcolor

Source

Re-exports§

pub use peniko;

Modules§

accessibility
color_space
conversion

Structs§

BigColor
BigColor struct represents a color with various formats Using OKLCH as the foundation
MostReadableArgs
Arguments for the most_readable function
WCAG2Params
WCAG2 parameters

Enums§

ColorFormat
Format types for color representation
WCAG2Level
WCAG2 levels
WCAG2Size
WCAG2 sizes

Functions§

equals
Checks if two colors are equal
is_readable
Checks if a color is readable against another color
mix
Mixes two colors
most_readable
Finds the most readable color against a base color
random
Creates a random color
readability
Analyzes the readability between two colors