Table of Contents

Enum ImageLook

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

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 = 0

No grade; the pass is a plain copy.

Negative = 1

Inverts every color channel; alpha is untouched.

Sepia = 2

The classic luminance-weighted sepia tone.

Mono = 3

Luminance monochrome (Rec. 601 weights) kept in a color buffer.

Vivid = 4

Lifted saturation and contrast with a touch more exposure.

Warm = 5

A warmer white balance: red pushed up, blue pulled down.

Cool = 6

A cooler white balance: blue pushed up, red pulled down.

Fade = 7

A matte grade: reduced saturation with lifted blacks and eased highlights.

Share