LutProperties.ThreeDimension Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.LutPropertiesDimension enum directly instead of this field.

The Lut is three dimensional

[Android.Runtime.Register("THREE_DIMENSION", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.LutPropertiesDimension enum directly instead of this field.", true)]
public const Android.Hardware.LutPropertiesDimension ThreeDimension = 3;
[<Android.Runtime.Register("THREE_DIMENSION", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.LutPropertiesDimension enum directly instead of this field.", true)>]
val mutable ThreeDimension : Android.Hardware.LutPropertiesDimension

Field Value

Value = 3
Attributes

Remarks

The Lut is three dimensional

Java documentation for android.hardware.LutProperties.THREE_DIMENSION.

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