Enum gfx::device::draw::Gamma
[−]
[src]
pub enum Gamma {
Original,
Convert,
}Type of the gamma transformation for framebuffer writes.
Variants
Original | Process in linear color space. |
Convert | Convert to sRGB color space. |