Helper methods for PfncFormat values. /// More...
#include <cvb/pfnc_format.hpp>
Static Public Member Functions | |
static PfncFormat | From (const ColorModel &colorModel, const DataType &dataType) |
Tries to coerce the PfncFormat from the given colorModel and dataType . More... | |
static String | ToString (const PfncFormat &pixelFormat) |
Gets the official name for the given pixelFormat . More... | |
Helper methods for PfncFormat values. ///
|
inlinestatic |
Tries to coerce the PfncFormat from the given colorModel and dataType .
colorModel | CVB color model. |
dataType | CVB data type. |
|
inlinestatic |
Gets the official name for the given pixelFormat .
pixelFormat | PFNC pixel format to get name of. |