ColorSpace.GetMinValue(Int32) Method
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.
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 abstract float GetMinValue (int component);
[<Android.Runtime.Register("getMinValue", "(I)F", "GetGetMinValue_IHandler", ApiSince=26)>]
abstract member GetMinValue : int -> single
Parameters
- component
- Int32
The index of the component
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.
Java documentation for android.graphics.ColorSpace.getMinValue(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.