public final class ColorCieLch extends Object
Contains the constant values for black, white, red, green, and blue.
Modifier and Type | Field and Description |
---|---|
static ColorCieLch |
BLACK
A constant for color black.
|
static ColorCieLch |
BLUE
A constant for color blue.
|
double |
C |
static ColorCieLch |
GREEN
A constant for color green.
|
double |
H |
double |
L |
static ColorCieLch |
RED
A constant for color red.
|
static ColorCieLch |
WHITE
A constant for color white.
|
Constructor and Description |
---|
ColorCieLch(double L,
double C,
double H) |
public static final ColorCieLch BLACK
L: 0 c: 0 h: 0
public static final ColorCieLch WHITE
L: 100 c: 0 h: 297
public static final ColorCieLch RED
L: 53 c: 80 h: 67
public static final ColorCieLch GREEN
L: 88 c: -86 h: 83
public static final ColorCieLch BLUE
L: 32 c: 79 h: -108
public final double L
public final double C
public final double H
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.