Module gamma_lut

Source
Expand description

Gamma correction lookup tables.

This is a port of Skia gamma LUT logic into Rust, used by WebRender.

Structsยง

GammaLut

Enumsยง

LuminanceColorSpace
Color space responsible for converting between lumas and luminances.

Constantsยง

LUM_BITS ๐Ÿ”’
LUM_MASK ๐Ÿ”’

Traitsยง

ColorLut

Functionsยง

apply_contrast ๐Ÿ”’
build_gamma_correcting_lut
compute_luminance ๐Ÿ”’
round_to_u8 ๐Ÿ”’
scale255 ๐Ÿ”’