public static interface EmbeddedSass.Value.RgbColorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getAlpha()
The color's alpha channel.
|
int |
getBlue()
The color's blue channel.
|
int |
getGreen()
The color's green channel.
|
int |
getRed()
The color's red channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getRed()
The color's red channel. Mandatory. May not be above 255.
uint32 red = 1;
int getGreen()
The color's green channel. Mandatory. May not be above 255.
uint32 green = 2;
int getBlue()
The color's blue channel. Mandatory. May not be above 255.
uint32 blue = 3;
double getAlpha()
The color's alpha channel. Mandatory. Must be between 0 and 1, inclusive.
double alpha = 4;