pub fn unlinearize_surface(
    surface: &SharedImageSurface,
    bounds: IRect
) -> Result<SharedImageSurface, Error>
Expand description

Converts a linear sRGB surface to a normal sRGB surface (applies the gamma correction).