Skip to main content

Module color

Module color 

Source
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§

ColorStop
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
NeonPalette
Neon color palette presets for aceternity-style effects

Enums§

BlendMode
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