[][src]Module egui::paint::color

Structs

Hsva

Hue, saturation, value, alpha. All in the range [0, 1]. No premultiplied alpha.

Rgba

0-1 linear space RGBA color with premultiplied alpha.

Srgba

This format is used for space-efficient color representation.

Constants

BLACK
BLUE
GRAY
GREEN
LIGHT_BLUE
LIGHT_GRAY
RED
TRANSPARENT
WHITE
YELLOW

Functions

hsv_from_rgb

All ranges in 0-1, rgb is linear.

rgb_from_hsv

All ranges in 0-1, rgb is linear.

srgba