Gainmap.GainmapDirection Property
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.
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.