ColorSpace.Rgb.TransferParameters Constructors

Definition

Overloads

ColorSpace.Rgb.TransferParameters(IntPtr, JniHandleOwnership)
ColorSpace.Rgb.TransferParameters(Double, Double, Double, Double, Double)
ColorSpace.Rgb.TransferParameters(Double, Double, Double, Double, Double, Double, Double)

ColorSpace.Rgb.TransferParameters(IntPtr, JniHandleOwnership)

protected TransferParameters (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.ColorSpace.Rgb.TransferParameters : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.ColorSpace.Rgb.TransferParameters

Parameters

javaReference
IntPtr

nativeint

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

ColorSpace.Rgb.TransferParameters(Double, Double, Double, Double, Double)

[Android.Runtime.Register(".ctor", "(DDDDD)V", "", ApiSince=26)]
public TransferParameters (double a, double b, double c, double d, double g);
[<Android.Runtime.Register(".ctor", "(DDDDD)V", "", ApiSince=26)>]
new Android.Graphics.ColorSpace.Rgb.TransferParameters : double * double * double * double * double -> Android.Graphics.ColorSpace.Rgb.TransferParameters

Parameters

a
Double
b
Double
c
Double
d
Double
g
Double
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

ColorSpace.Rgb.TransferParameters(Double, Double, Double, Double, Double, Double, Double)

[Android.Runtime.Register(".ctor", "(DDDDDDD)V", "", ApiSince=26)]
public TransferParameters (double a, double b, double c, double d, double e, double f, double g);
[<Android.Runtime.Register(".ctor", "(DDDDDDD)V", "", ApiSince=26)>]
new Android.Graphics.ColorSpace.Rgb.TransferParameters : double * double * double * double * double * double * double -> Android.Graphics.ColorSpace.Rgb.TransferParameters

Parameters

a
Double
b
Double
c
Double
d
Double
e
Double
f
Double
g
Double
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