ColorSpace.GetMaxValue(Int32) 方法

定义

返回此颜色空间颜色模型的指定组件的最大有效值。

[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

参数

component
Int32

组件的索引

返回

大于 的浮点值 #getMinValue(int)

属性

注解

返回此颜色空间颜色模型的指定组件的最大有效值。

适用于 . 的 android.graphics.ColorSpace.getMaxValue(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于