ColorSpace.Connector.Destination Property
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.
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.