Enum fxbox_taxonomy::values::Color
[−]
[src]
pub enum Color {
RGBA(f64, f64, f64, f64, f64),
}A color. Internal representation may vary. The FoxBox adapters are expected to perform conversions to the format requested by their device.
Variants
RGBA |