Language

ColorSpace.Rgb.GetMinValue(Int32) Method

Definition

Returns the minimum valid value for the specified component of this color space's color model.

[Android.Runtime.Register("getMinValue", "(I)F", "GetGetMinValue_IHandler", ApiSince=26)]
public override float GetMinValue(int component);
[<Android.Runtime.Register("getMinValue", "(I)F", "GetGetMinValue_IHandler", ApiSince=26)>]
override this.GetMinValue : int -> single

Parameters

component
Int32

The index of the component. Value is between 0 and 3 inclusive

Returns

A floating point value less than getMaxValue(int)

Attributes

Remarks

Returns the minimum valid value for the specified component of this color space's color model.

Android reference for android.graphics.ColorSpace.Rgb.getMinValue.

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