ColorSpace.MaxId Field

Definition

The maximum ID value a color space can have.

[Android.Runtime.Register("MAX_ID", ApiSince=26)]
public const int MaxId = 63;
[<Android.Runtime.Register("MAX_ID", ApiSince=26)>]
val mutable MaxId : int

Field Value

Value = 63
Attributes

Remarks

The maximum ID value a color space can have.

Android reference for android.graphics.ColorSpace.MAX_ID.

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