Android.Hardware.Camera2.Params.RggbChannelVector Members

The members of Android.Hardware.Camera2.Params.RggbChannelVector are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Fields

const
Countint (4). The number of color channels in this vector.

Public Properties

[read-only]
Bluefloat. Get the blue component.
[read-only]
GreenEvenfloat. Get the green (even rows) component.
[read-only]
GreenOddfloat. Get the green (odd rows) component.
[read-only]
Redfloat. Get the red component.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CopyTo(float[], int)
Copy the vector into the destination in the order [R, Geven, Godd, B].
GetComponent(Android.Graphics.Color) : float
Get the component by the color channel index.