ColorObject.Model Property

Definition

Returns the color model of this color.

public virtual Android.Graphics.ColorSpace.Model? Model { [Android.Runtime.Register("getModel", "()Landroid/graphics/ColorSpace$Model;", "GetGetModelHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getModel", "()Landroid/graphics/ColorSpace$Model;", "GetGetModelHandler", ApiSince=26)>]
member this.Model : Android.Graphics.ColorSpace.Model

Property Value

A non-null ColorSpace.Model

Attributes

Remarks

Java documentation for android.graphics.Color.getModel().

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