[][src]Crate smart_leds

Modules

colors
hsv

Structs

Brightness

An iterator that provides brightness reduction

Color
Gamma

An iterator that provides gamma correction. Makes the colour distribution non-linear, to match your eyes' perception In other words, makes orange look orange. If using in combination with a brightness reduction, apply the gamma correction first, then the brightness reduction ie: brightness(gamma(data.iter().cloned()), 32)

Traits

SmartLedsWrite

Functions

brightness

Pass your iterator into this function to get reduced brightness

gamma

Pass your iterator into this function to get corrected gamma