Module bracket_color::palette
source · Expand description
Import Palette support
Functions§
- Insert all named W3C colors into the palette
- Empties the palette
- Retrieve a palette color by name from the global registry. Returns
Some(RGBA)if the color is registered,Noneif it is not. - Register a palette color by name with the global registry.