Share via


Gainmap.GainmapDirection Property

Definition

Gets the direction that the gainmap math should be applied in. -or- Sets the direction that the gainmap math should be applied in.

public Android.Graphics.GainmapDirection GainmapDirection { [Android.Runtime.Register("getGainmapDirection", "()I", "", ApiSince=36)] get; [Android.Runtime.Register("setGainmapDirection", "(I)V", "", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getGainmapDirection", "()I", "", ApiSince=36)>]
[<set: Android.Runtime.Register("setGainmapDirection", "(I)V", "", ApiSince=36)>]
member this.GainmapDirection : Android.Graphics.GainmapDirection with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Gets the direction that the gainmap math should be applied in.

Java documentation for android.graphics.Gainmap.getGainmapDirection().

Property setter documentation:

Sets the direction that the gainmap math should be applied in.

Java documentation for android.graphics.Gainmap.setGainmapDirection(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