Class EmbeddedSass.Value.RgbColor

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, EmbeddedSass.Value.RgbColorOrBuilder
Enclosing class:
EmbeddedSass.Value

public static final class EmbeddedSass.Value.RgbColor extends GeneratedMessageV3 implements EmbeddedSass.Value.RgbColorOrBuilder
 A SassScript color value, represented as red, green, and blue channels.

 All Sass color values can be equivalently represented as `RgbColor`,
 `HslColor`, and `HwbColor` messages without loss of color information that
 can affect CSS rendering. As such, either endpoint may choose to send any
 color value as any one of these three messages.
 
Protobuf type sass.embedded_protocol.Value.RgbColor
See Also: