Loonim.LabRgb Class Reference

Detailed Description

http://www.brucelindbloom.com/index.html?Equations.html. Note that this is remapped and is all in the 0-1 range.

Static Public Member Functions

static string ToString (float l, float a, float b)
 
static void ToRgb (ref float l, ref float a, ref float b)
 
static void ToLab (ref float r, ref float g, ref float b)
 
static float Luminance (float r, float g, float b)
 
static float A (float r, float g, float b)
 
static float B (float r, float g, float b)
 

Member Function Documentation

static float Loonim.LabRgb.A ( float  r,
float  g,
float  b 
)
inlinestatic
static float Loonim.LabRgb.B ( float  r,
float  g,
float  b 
)
inlinestatic
static float Loonim.LabRgb.Luminance ( float  r,
float  g,
float  b 
)
inlinestatic
static void Loonim.LabRgb.ToLab ( ref float  r,
ref float  g,
ref float  b 
)
inlinestatic
static void Loonim.LabRgb.ToRgb ( ref float  l,
ref float  a,
ref float  b 
)
inlinestatic
static string Loonim.LabRgb.ToString ( float  l,
float  a,
float  b 
)
inlinestatic