Expand description
Color manipulation utilities Color utilities for advanced effects
Provides gradient generation, color manipulation, and neon palette presets for creating aceternity-style visual effects.
Structs§
- Color
Stop - Color stop for gradients (position 0.0-1.0, color) A color stop in a gradient, defining a color at a specific position
- Gradient
- Gradient builder for creating various gradient types
- Neon
Palette - Neon color palette presets for aceternity-style effects
Enums§
- Blend
Mode - Blend modes for color composition
Functions§
- blend
- Blend two colors using different modes
- lerp_
color - Interpolate between two colors
- saturate
- Saturate/desaturate a color
- with_
alpha - Add alpha to a color