Creates and initializes new Curves class instance.
Name | Description | |
---|---|---|
Curves() |
Creates and initializes new Curves class instance. |
|
Curves(Boolean[]) |
Creates and initializes new Curves class instance. Here you can specify what channels to process. |
|
Curves(PointF[]) |
Creates and initializes new Curves class instance. Here you can specify an array of points for curve. |
|
Curves(Boolean[], PointF[]) |
Creates and initializes new Curves class instance. Here you can specify what channels to process in addition to array of points for curve. |