DataSpace.Pack(Int32, Int32, Int32) 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.
Pack the dataSpace value using standard, transfer and range field value.
[Android.Runtime.Register("pack", "(III)I", "", ApiSince=33)]
public static int Pack (int standard, int transfer, int range);
[<Android.Runtime.Register("pack", "(III)I", "", ApiSince=33)>]
static member Pack : int * int * int -> int
Parameters
- standard
- Int32
Chromaticity coordinates of source primaries
- transfer
- Int32
Opto-electronic transfer characteristic at the source
- range
- Int32
The range of values
Returns
The int dataspace packed by standard, transfer and range value
- Attributes
Remarks
Pack the dataSpace value using standard, transfer and range field value. Field values should be in the correct bits place.
Java documentation for android.hardware.DataSpace.pack(int, int, 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.