public static interface EmbeddedSass.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, hasOneof
double getHue()
The color's hue. Mandatory.
double hue = 1;
double getSaturation()
The color's percent saturation. Mandatory. Must be between 0 and 100, inclusive.
double saturation = 2;
double getLightness()
The color's percent lightness. Mandatory. Must be between 0 and 100, inclusive.
double lightness = 3;
double getAlpha()
The color's alpha channel. Mandatory. Must be between 0 and 1, inclusive.
double alpha = 4;