Table of Contents

Property LuminosityTable

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

LuminosityTable

The list of values used to define the transfer function for luminosity. Values are clamped to the range [0, 1].
The default value is [0.0f, 1.0f], which is the identity function.

public EffectPropertyAccessor<IReadOnlyList<float>> LuminosityTable { get; }

Property Value

EffectPropertyAccessor<IReadOnlyList<float>>