![]() |
Plasma Engine
2.0
|
Interface for a single image conversion step from a linear to a planar format. More...
#include <ImageConversion.h>

Public Member Functions | |
| virtual plResult | ConvertPixels (const plImageView &source, plArrayPtr< plImage > target, plUInt32 uiNumPixelsX, plUInt32 uiNumPixelsY, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0 |
| Converts a batch of pixels into the given target planes. | |
Public Member Functions inherited from plImageConversionStep | |
| virtual plArrayPtr< const plImageConversionEntry > | GetSupportedConversions () const =0 |
| Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
Static Public Member Functions inherited from plNoBase | |
| static const plRTTI * | GetStaticRTTI () |
Protected Attributes inherited from plEnumerable< plImageConversionStep > | |
| plEnumerable * | m_pNextInstance |
Interface for a single image conversion step from a linear to a planar format.