Class CurvesContinuousManager
CurvesContinuousManager class
Manager for Curves Adjustment Layer that manipulates curves
public sealed class CurvesContinuousManager : CurvesManager
Constructors
| Name | Description | 
|---|---|
| CurvesContinuousManager(int) | Initializes a new instance of the CurvesContinuousManager class. | 
Properties
| Name | Description | 
|---|---|
| MaxChannelCount { get; } | Gets the maximum channel count. | 
Methods
| Name | Description | 
|---|---|
| AddCurvePoint(int, byte, byte) | Adds the point of curve. | 
| GetCurvePointByIndex(int, int) | Gets the curve point by index. | 
| GetCurvePointCount(int) | Gets the curve point count. | 
| RemoveCurvePoint(int, int) | Removes the point of curve. | 
| UpdateCurvePoint(int, int, byte, byte) | Updates the point of curve. | 
See Also
- class CurvesManager
 - namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
 - assembly Aspose.PSD