Enum ImageLook
A deterministic single-pass color grade applied by ApplyLook(ImageLook). Looks are exclusive by design: one look per pass, applied after any tonal adjustment so the grade lands on the corrected image.
public enum ImageLook
Fields
None = 0No grade; the pass is a plain copy.
Negative = 1Inverts every color channel; alpha is untouched.
Sepia = 2The classic luminance-weighted sepia tone.
Mono = 3Luminance monochrome (Rec. 601 weights) kept in a color buffer.
Vivid = 4Lifted saturation and contrast with a touch more exposure.
Warm = 5A warmer white balance: red pushed up, blue pulled down.
Cool = 6A cooler white balance: blue pushed up, red pulled down.
Fade = 7A matte grade: reduced saturation with lifted blacks and eased highlights.