PfncFormatValueFrom Method

CVB.Net Documentation
Tries to coerce the PfncFormat from the given colorModel and dataType.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static PfncFormat From(
	ColorModel colorModel,
	DataType dataType
)

Parameters

colorModel
Type: Stemmer.CvbColorModel
CVB color model.
dataType
Type: Stemmer.CvbDataType
CVB data type.

Return Value

Type: PfncFormat
The matching PfncFormat; InvalidPixelFormat if not successful.
See Also

Reference