ParcelableColorSpace(ColorSpace) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.