ColorSpace.Rgb.TransferParameters Constructors
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.
Overloads
| Name | Description |
|---|---|
| ColorSpace.Rgb.TransferParameters(IntPtr, JniHandleOwnership) | |
| ColorSpace.Rgb.TransferParameters(Double, Double, Double, Double, Double) |
Defines the parameters for the ICC parametric curve type 3, as defined in ICC.1:2004-10, section 10.15. |
| ColorSpace.Rgb.TransferParameters(Double, Double, Double, Double, Double, Double, Double) |
Defines the parameters for the ICC parametric curve type 4, as defined in ICC.1:2004-10, section 10.15. |
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
- transfer
- JniHandleOwnership
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)
Defines the parameters for the ICC parametric curve type 3, as defined in ICC.1:2004-10, section 10.15.
[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
The value of (a) in the equation of the EOTF described above
- b
- Double
The value of (b) in the equation of the EOTF described above
- c
- Double
The value of (c) in the equation of the EOTF described above
- d
- Double
The value of (d) in the equation of the EOTF described above
- g
- Double
The value of (g) in the equation of the EOTF described above
- Attributes
Remarks
Defines the parameters for the ICC parametric curve type 3, as defined in ICC.1:2004-10, section 10.15.
The EOTF is of the form:
This constructor is equivalent to setting \(e\) and \(f\) to 0.
Android reference for android.graphics.ColorSpace.Rgb.TransferParameters.TransferParameters.
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)
Defines the parameters for the ICC parametric curve type 4, as defined in ICC.1:2004-10, section 10.15.
[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
The value of (a) in the equation of the EOTF described above
- b
- Double
The value of (b) in the equation of the EOTF described above
- c
- Double
The value of (c) in the equation of the EOTF described above
- d
- Double
The value of (d) in the equation of the EOTF described above
- e
- Double
The value of (e) in the equation of the EOTF described above
- f
- Double
The value of (f) in the equation of the EOTF described above
- g
- Double
The value of (g) in the equation of the EOTF described above
- Attributes
Remarks
Defines the parameters for the ICC parametric curve type 4, as defined in ICC.1:2004-10, section 10.15.
Android reference for android.graphics.ColorSpace.Rgb.TransferParameters.TransferParameters.
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.