[][src]Function cichlid::math::brighten_u8_lin

pub const fn brighten_u8_lin(x: u8) -> u8

Brightens a u8, but linearly below a threshold.

This is the inverse of dim_lin.