RggbChannelVector(Single, Single, Single, Single) Constructor
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.
Create a new RggbChannelVector from an RGGB 2x2 pixel.
[Android.Runtime.Register(".ctor", "(FFFF)V", "")]
public RggbChannelVector (float red, float greenEven, float greenOdd, float blue);
[<Android.Runtime.Register(".ctor", "(FFFF)V", "")>]
new Android.Hardware.Camera2.Params.RggbChannelVector : single * single * single * single -> Android.Hardware.Camera2.Params.RggbChannelVector
Parameters
- red
- Single
red pixel
- greenEven
- Single
green pixel (even row)
- greenOdd
- Single
green pixel (odd row)
- blue
- Single
blue pixel
- Attributes
Exceptions
if any of the arguments were not finite
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.