Table of Contents

Property Saturation

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

Saturation

Saturation over [-1, +1], pivoting on each pixel's own luma: -1 is grayscale, +1 doubles the distance of every channel from the luma. Greys are a fixed point at any setting.

public float Saturation { get; set; }

Property Value

float
Share