| Constructor and Description |
|---|
ToneCurveSubFilter(Point[] rgbKnots,
Point[] redKnots,
Point[] greenKnots,
Point[] blueKnots)
Initialise ToneCurveSubfilter (NOTE : Don't pass null knots, pass straight line instead)
Knots are the points in 2D taken by tweaking photoshop channels(plane ranging from 0-255)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag() |
android.graphics.Bitmap |
process(android.graphics.Bitmap inputImage) |
void |
setTag(java.lang.Object tag) |
Point[] |
sortPointsOnXAxis(Point[] points) |
public ToneCurveSubFilter(Point[] rgbKnots, Point[] redKnots, Point[] greenKnots, Point[] blueKnots)
rgbKnots - rgb KnotsredKnots - Knots in Red ChannelgreenKnots - Knots in green ChannelblueKnots - Knots in Blue channel