Share via


ColorSpace.Model.ComponentCount Property

Definition

Returns the number of components for this color model.

public int ComponentCount { [Android.Runtime.Register("getComponentCount", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getComponentCount", "()I", "", ApiSince=26)>]
member this.ComponentCount : int

Property Value

An integer between 1 and 4

Attributes

Remarks

Returns the number of components for this color model.

Java documentation for android.graphics.ColorSpace.Model.getComponentCount().

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