FastLED 3.6.0
Loading...
Searching...
No Matches
Color Correction/Temperature

Detailed Description

Definitions for color correction and light temperatures.

Enumerations

enum  LEDColorCorrection {
  TypicalSMD5050 =0xFFB0F0 , TypicalLEDStrip =0xFFB0F0 , Typical8mmPixel =0xFFE08C , TypicalPixelString =0xFFE08C ,
  UncorrectedColor =0xFFFFFF
}
 Color correction starting points. More...
 
enum  ColorTemperature {
  Candle =0xFF9329 , Tungsten40W =0xFFC58F , Tungsten100W =0xFFD6AA , Halogen =0xFFF1E0 ,
  CarbonArc =0xFFFAF4 , HighNoonSun =0xFFFFFB , DirectSunlight =0xFFFFFF , OvercastSky =0xC9E2FF ,
  ClearBlueSky =0x409CFF , WarmFluorescent =0xFFF4E5 , StandardFluorescent =0xF4FFFA , CoolWhiteFluorescent =0xD4EBFF ,
  FullSpectrumFluorescent =0xFFF4F2 , GrowLightFluorescent =0xFFEFF7 , BlackLightFluorescent =0xA700FF , MercuryVapor =0xD8F7FF ,
  SodiumVapor =0xFFD1B2 , MetalHalide =0xF2FCFF , HighPressureSodium =0xFFB74C , UncorrectedTemperature =0xFFFFFF
}
 Color temperature values. More...
 

Enumeration Type Documentation

◆ ColorTemperature

Color temperature values.

These color values are separated into two groups: black body radiators and gaseous light sources.

Black body radiators emit a (relatively) continuous spectrum, and can be described as having a Kelvin 'temperature'. This includes things like candles, tungsten lightbulbs, and sunlight.

Gaseous light sources emit discrete spectral bands, and while we can approximate their aggregate hue with RGB values, they don't actually have a proper Kelvin temperature.

See also
https://en.wikipedia.org/wiki/Color_temperature
Enumerator
Candle 

1900 Kelvin

Tungsten40W 

2600 Kelvin

Tungsten100W 

2850 Kelvin

Halogen 

3200 Kelvin

CarbonArc 

5200 Kelvin

HighNoonSun 

5400 Kelvin

DirectSunlight 

6000 Kelvin

OvercastSky 

7000 Kelvin

ClearBlueSky 

20000 Kelvin

WarmFluorescent 

Warm (yellower) flourescent light bulbs.

StandardFluorescent 

Standard flourescent light bulbs.

CoolWhiteFluorescent 

Cool white (bluer) flourescent light bulbs.

FullSpectrumFluorescent 

Full spectrum flourescent light bulbs.

GrowLightFluorescent 

Grow light flourescent light bulbs.

BlackLightFluorescent 

Black light flourescent light bulbs.

MercuryVapor 

Mercury vapor light bulbs.

SodiumVapor 

Sodium vapor light bulbs.

MetalHalide 

Metal-halide light bulbs.

HighPressureSodium 

High-pressure sodium light bulbs.

UncorrectedTemperature 

Uncorrected temperature (0xFFFFFF)

Definition at line 47 of file color.h.

◆ LEDColorCorrection

Color correction starting points.

Enumerator
TypicalSMD5050 

Typical values for SMD5050 LEDs.

TypicalLEDStrip 

Typical values for SMD5050 LEDs.

Typical8mmPixel 

Typical values for 8 mm "pixels on a string".

Also for many through-hole 'T' package LEDs.

TypicalPixelString 

Typical values for 8 mm "pixels on a string".

Also for many through-hole 'T' package LEDs.

UncorrectedColor 

Uncorrected color (0xFFFFFF)

Definition at line 16 of file color.h.