ColorSpace.Connector.Destination Property

Definition

Returns the destination color space this connector will convert to.

public virtual Android.Graphics.ColorSpace Destination { [Android.Runtime.Register("getDestination", "()Landroid/graphics/ColorSpace;", "GetGetDestinationHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getDestination", "()Landroid/graphics/ColorSpace;", "GetGetDestinationHandler", ApiSince=26)>]
member this.Destination : Android.Graphics.ColorSpace

Property Value

A non-null instance of ColorSpace

Attributes

Remarks

Returns the destination color space this connector will convert to.

Java documentation for android.graphics.ColorSpace.Connector.getDestination().

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