public static interface EmbeddedSass.Value.HwbColorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getAlpha()
The color's alpha channel.
|
double |
getBlackness()
The color's percent blackness.
|
double |
getHue()
The color's hue.
|
double |
getWhiteness()
The color's percent whiteness.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
double getHue()
The color's hue. Mandatory.
double hue = 1;
double getWhiteness()
The color's percent whiteness. Mandatory. Must be between 0 and 100, inclusive. The sum of `whiteness` and `blackness` must not exceed 100.
double whiteness = 2;
double getBlackness()
The color's percent blackness. Mandatory. Must be between 0 and 100, inclusive. The sum of `whiteness` and `blackness` must not exceed 100.
double blackness = 3;
double getAlpha()
The color's alpha channel. Mandatory. Must be between 0 and 1, inclusive.
double alpha = 4;