TonemapCurve.GetPointCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPointCount(Color) |
Get the number of points stored in this tonemap curve for the specified color channel. |
GetPointCount(Int32) |
GetPointCount(Color)
Get the number of points stored in this tonemap curve for the specified color channel.
[Android.Runtime.Register("getPointCount", "(I)I", "")]
public int GetPointCount (Android.Graphics.Color colorChannel);
[<Android.Runtime.Register("getPointCount", "(I)I", "")>]
member this.GetPointCount : Android.Graphics.Color -> int
Parameters
- colorChannel
- Color
one of #CHANNEL_RED
, #CHANNEL_GREEN
, #CHANNEL_BLUE
Returns
number of points stored in this tonemap for that color's curve (>= 0)
- Attributes
Exceptions
if colorChannel
was out of range
Remarks
Get the number of points stored in this tonemap curve for the specified color channel.
Java documentation for android.hardware.camera2.params.TonemapCurve.getPointCount(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetPointCount(Int32)
public int GetPointCount (int colorChannel);
member this.GetPointCount : int -> int
Parameters
- colorChannel
- Int32
Returns
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.