CurvesEffect Constructor
| Name | Description | |
|---|---|---|
|
CurvesEffect |
Creates and initializes a new CurvesEffect with default values.
|
|
CurvesEffect(Curve) |
Creates and initializes a new CurvesEffect with a single color curve for red, green and blue.
|
|
CurvesEffect(IImageProvider) |
Creates and initializes a new Curves effect that uses the provided image source.
|
|
CurvesEffect(IImageProvider, Curve) |
Creates and initializes a new Curves effect that uses the provided image source and RGB curve.
|
|
CurvesEffect(Curve, Curve, Curve) |
Creates and initializes a new CurvesEffect with a set of color curves.
|
|
CurvesEffect(IImageProvider, Curve, Curve, Curve) |
Creates and initializes a new Curves effect that uses the provided image source and RGB curve.
|
Show: