Język

ColorSpace.Get(ColorSpace+Named) Method

Definition

Returns an instance of ColorSpace whose ID matches the specified ID.

[Android.Runtime.Register("get", "(Landroid/graphics/ColorSpace$Named;)Landroid/graphics/ColorSpace;", "", ApiSince=26)]
public static Android.Graphics.ColorSpace Get(Android.Graphics.ColorSpace.Named name);
[<Android.Runtime.Register("get", "(Landroid/graphics/ColorSpace$Named;)Landroid/graphics/ColorSpace;", "", ApiSince=26)>]
static member Get : Android.Graphics.ColorSpace.Named -> Android.Graphics.ColorSpace

Parameters

name
ColorSpace.Named

The name of the color space to get an instance of. This value cannot be null.

Returns

A non-null ColorSpace instance

Attributes

Remarks

Android reference for android.graphics.ColorSpace.get.

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