Share via


Gainmap.SetRatioMin(Single, Single, Single) Method

Definition

Sets the gainmap ratio min.

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

Parameters

r
Single
g
Single
b
Single
Attributes

Remarks

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

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