public static interface Value.HslColorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha()
The color's alpha channel.
|
double |
getHue()
The color's hue.
|
double |
getLightness()
The color's percent lightness.
|
double |
getSaturation()
The color's percent saturation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getHue()
The color's hue.
double hue = 1;double getSaturation()
The color's percent saturation. Must be between 0 and 100, inclusive.
double saturation = 2;double getLightness()
The color's percent lightness. Must be between 0 and 100, inclusive.
double lightness = 3;double getAlpha()
The color's alpha channel. Must be between 0 and 1, inclusive.
double alpha = 4;