ColorSpace.MinId Field

Definition

The minimum ID value a color space can have.

[Android.Runtime.Register("MIN_ID", ApiSince=26)]
public const int MinId = -1;
[<Android.Runtime.Register("MIN_ID", ApiSince=26)>]
val mutable MinId : int

Field Value

Value = -1
Attributes

Remarks

The minimum ID value a color space can have.

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