[][src]Module egui::color

Color conversions and types.

Structs

Color32

This format is used for space-efficient color representation (32 bits).

Hsva

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

Rgba

0-1 linear space RGBA color with premultiplied alpha.

Functions

hsv_from_rgb

All ranges in 0-1, rgb is linear.

rgb_from_hsv

All ranges in 0-1, rgb is linear.

srgbaDeprecated