ColorSpace.GetMaxValue(Int32) Method

Definition

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

[Android.Runtime.Register("getMaxValue", "(I)F", "GetGetMaxValue_IHandler", ApiSince=26)]
public abstract float GetMaxValue (int component);
[<Android.Runtime.Register("getMaxValue", "(I)F", "GetGetMaxValue_IHandler", ApiSince=26)>]
abstract member GetMaxValue : int -> single

Parameters

component
Int32

The index of the component

Returns

A floating point value greater than #getMinValue(int)

Attributes

Remarks

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

Java documentation for android.graphics.ColorSpace.getMaxValue(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