Share via


ParcelableColorSpace(ColorSpace) Constructor

Definition

Constructs a new ParcelableColorSpace that wraps the provided ColorSpace.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/ColorSpace;)V", "", ApiSince=31)]
public ParcelableColorSpace (Android.Graphics.ColorSpace colorSpace);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/ColorSpace;)V", "", ApiSince=31)>]
new Android.Graphics.ParcelableColorSpace : Android.Graphics.ColorSpace -> Android.Graphics.ParcelableColorSpace

Parameters

colorSpace
ColorSpace

The ColorSpace to wrap. The ColorSpace must be either named or be an RGB ColorSpace with an ICC parametric transfer function.

Attributes

Remarks

Constructs a new ParcelableColorSpace that wraps the provided ColorSpace.

Java documentation for android.graphics.ParcelableColorSpace.ParcelableColorSpace(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