Expand description
Colors
Statics§
- AQUA
- also Cyan
- BLACK
- Black
- BLUE
- Blue
- CYAN
- Cyan
- GREEN
- Green
- LIME
- also Green
- MAGENTA
- Magenta
- RED
- Red
- TRANSPARENT
- Transparent
- WHITE
- White
- YELLOW
- Yellow
Functions§
- a
- Alpha Component
- alpha
- Alpha Component
- b
- Blue Component
- blue
- Blue Component
- from_
hex - Color from an hexadecimal string
- g
- Green Component
- green
- Green Component
- name_
to_ rgb - Try to find a name to a color
- pixel_
to_ name - Translate Pixel name to HTML name
- r
- Red Component
- red
- Red Component
- rgb
- Color from components
- rgb_
clamped - Color from components
- rgb_
from_ tuple - Pixel from tuple
- rgba
- Color from components
- rgba_
clamped - Color from components
- rgba_
from_ tuple - Pixel from tuple
- style_
to_ name - Translate HTML style rgb name to HTML name
- to_
string - Color String representation
- to_
string_ alpha - Color String representation
Type Aliases§
- Pixel
- Pixel type