Module color

Module color 

Source
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