ParcelableColorSpace.IsParcelable(ColorSpace) Method

Definition

Checks if the given ColorSpace is able to be parceled.

[Android.Runtime.Register("isParcelable", "(Landroid/graphics/ColorSpace;)Z", "", ApiSince=31)]
public static bool IsParcelable (Android.Graphics.ColorSpace colorSpace);
[<Android.Runtime.Register("isParcelable", "(Landroid/graphics/ColorSpace;)Z", "", ApiSince=31)>]
static member IsParcelable : Android.Graphics.ColorSpace -> bool

Parameters

colorSpace
ColorSpace

Returns

Boolean
Attributes

Remarks

Java documentation for android.graphics.ParcelableColorSpace.isParcelable(android.graphics.ColorSpace).

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