ColorSpace.Connector.Transform Method

Definition

Overloads

Transform(Single[])
Transform(Single, Single, Single)

Transform(Single[])

[Android.Runtime.Register("transform", "([F)[F", "GetTransform_arrayFHandler", ApiSince=26)]
public virtual float[] Transform (float[] v);
[<Android.Runtime.Register("transform", "([F)[F", "GetTransform_arrayFHandler", ApiSince=26)>]
abstract member Transform : single[] -> single[]
override this.Transform : single[] -> single[]

Parameters

v
Single[]

Returns

Single[]
Attributes

Remarks

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

Transform(Single, Single, Single)

[Android.Runtime.Register("transform", "(FFF)[F", "GetTransform_FFFHandler", ApiSince=26)]
public virtual float[] Transform (float r, float g, float b);
[<Android.Runtime.Register("transform", "(FFF)[F", "GetTransform_FFFHandler", ApiSince=26)>]
abstract member Transform : single * single * single -> single[]
override this.Transform : single * single * single -> single[]

Parameters

r
Single
g
Single
b
Single

Returns

Single[]
Attributes

Remarks

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