public class CIELAB extends Object
| Constructor and Description |
|---|
CIELAB() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CIELAB2sRGB(float[] lab,
float[] rgb) |
static void |
CIELAB2XYZ(float[] lab,
float[] xyz) |
static float |
gamma2linear(float t) |
static void |
int2sRGB(int v,
float[] rgb) |
static float |
linear2gamma(float t) |
static float |
norm(float f) |
static float |
power3(float t) |
static float |
root3(float t) |
static void |
sRGB2CIELAB(float[] rgb,
float[] lab) |
static int |
sRGB2int(float[] rgb) |
static void |
sRGB2XYZ(float[] rgb,
float[] xyz) |
static int |
unnorm(float f) |
static void |
XYZ2CIELAB(float[] xyz,
float[] lab) |
static void |
XYZ2sRGB(float[] xyz,
float[] rgb) |
public static final float power3(float t)
public static final float root3(float t)
public static final void XYZ2CIELAB(float[] xyz,
float[] lab)
public static final void CIELAB2XYZ(float[] lab,
float[] xyz)
public static final float linear2gamma(float t)
public static final float gamma2linear(float t)
public static final void sRGB2XYZ(float[] rgb,
float[] xyz)
public static final void XYZ2sRGB(float[] xyz,
float[] rgb)
public static final void CIELAB2sRGB(float[] lab,
float[] rgb)
public static final void sRGB2CIELAB(float[] rgb,
float[] lab)
public static final float norm(float f)
public static final int unnorm(float f)
public static final void int2sRGB(int v,
float[] rgb)
public static final int sRGB2int(float[] rgb)
Copyright © 2015–2021 Fiji. All rights reserved.