ColorSpace.Connector.Source Property

Definition

Returns the source color space this connector will convert from.

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

Property Value

A non-null instance of ColorSpace

Attributes

Remarks

Returns the source color space this connector will convert from.

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

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