Class CicpParams
- Namespace
- Gdk
- Assembly
- Gdk-4.0.dll
public class CicpParams : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
CicpParams
- Implements
-
- Inherited Members
-
Constructors
CicpParams(params ConstructArgument[])
public CicpParams(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
CicpParams(CicpParamsHandle)
public CicpParams(CicpParamsHandle handle)
Parameters
handle
CicpParamsHandle
Fields
ColorPrimariesPropertyDefinition
public static readonly Property<uint, CicpParams> ColorPrimariesPropertyDefinition
Field Value
- Property<uint, CicpParams>
MatrixCoefficientsPropertyDefinition
public static readonly Property<uint, CicpParams> MatrixCoefficientsPropertyDefinition
Field Value
- Property<uint, CicpParams>
RangePropertyDefinition
public static readonly Property<CicpRange, CicpParams> RangePropertyDefinition
Field Value
- Property<CicpRange, CicpParams>
TransferFunctionPropertyDefinition
public static readonly Property<uint, CicpParams> TransferFunctionPropertyDefinition
Field Value
- Property<uint, CicpParams>
Properties
ColorPrimaries
public uint ColorPrimaries { get; set; }
Property Value
- uint
MatrixCoefficients
public uint MatrixCoefficients { get; set; }
Property Value
- uint
Range
public CicpRange Range { get; set; }
Property Value
- CicpRange
TransferFunction
public uint TransferFunction { get; set; }
Property Value
- uint
Methods
BuildColorState()
[Version("4.16")]
public ColorState? BuildColorState()
Returns
- ColorState
GetColorPrimaries()
[Version("4.16")]
public uint GetColorPrimaries()
Returns
- uint
GetGType()
public static Type GetGType()
Returns
- Type
GetMatrixCoefficients()
[Version("4.16")]
public uint GetMatrixCoefficients()
Returns
- uint
GetRange()
[Version("4.16")]
public CicpRange GetRange()
Returns
- CicpRange
GetTransferFunction()
[Version("4.16")]
public uint GetTransferFunction()
Returns
- uint
New()
[Version("4.16")]
public static CicpParams New()
Returns
- CicpParams
SetColorPrimaries(uint)
[Version("4.16")]
public void SetColorPrimaries(uint colorPrimaries)
Parameters
colorPrimaries
uint
SetMatrixCoefficients(uint)
[Version("4.16")]
public void SetMatrixCoefficients(uint matrixCoefficients)
Parameters
matrixCoefficients
uint
SetRange(CicpRange)
[Version("4.16")]
public void SetRange(CicpRange range)
Parameters
range
CicpRange
SetTransferFunction(uint)
[Version("4.16")]
public void SetTransferFunction(uint transferFunction)
Parameters
transferFunction
uint