Property HistogramOutput
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
HistogramOutput
After the effect has been drawn to a render target (device context), this property contains the histogram data.
public EffectPropertyAccessor<IReadOnlyList<float>> HistogramOutput { get; }
Property Value
Remarks
You can use the RunAnalysisEffect(IDeviceContext, IAnalysisEffect) extension method to populate this property.