ParcelableColorSpace.IsParcelable(ColorSpace) Method
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.
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
- Attributes
Remarks
Checks if the given ColorSpace is able to be parceled. A ColorSpace can only be parceled if it is a ColorSpace.Named Named
ColorSpace or a ColorSpace.Rgb
instance that has an ICC parametric transfer function as returned by ColorSpace.Rgb#getTransferParameters()
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.