Table of Contents

Struct RawToneCurve

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Represents a raw image tone curve.

public struct RawToneCurve
Inherited Members

Fields

CPoints

The number of tone curve points.

public int CPoints

Field Value

int

Properties

APoints

The array of tone curve points.

public RawToneCurvePoint[] APoints { get; }

Property Value

RawToneCurvePoint[]