Share via


Gainmap.SetGamma(Single, Single, Single) Method

Definition

Sets the gainmap gamma.

[Android.Runtime.Register("setGamma", "(FFF)V", "", ApiSince=34)]
public void SetGamma (float r, float g, float b);
[<Android.Runtime.Register("setGamma", "(FFF)V", "", ApiSince=34)>]
member this.SetGamma : single * single * single -> unit

Parameters

r
Single
g
Single
b
Single
Attributes

Remarks

Sets the gainmap gamma. For single-plane gainmaps, r, g, and b should be the same.

Java documentation for android.graphics.Gainmap.setGamma(float, float, float).

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