YCbCrCoefficients

TiffOptions.YCbCrCoefficients property

Gets or sets the YCbCrCoefficients.

public TiffRational[] YCbCrCoefficients { get; set; }

Property Value

The YCbCrCoefficients.

Exceptions

exceptioncondition
TiffImageExceptionInvalid count of rational coefficient values. Must be equal to 3.
ArgumentNullExceptionvalue

See Also