![]() |
Plasma Engine
2.0
|
Interface for a single image conversion step where both the source and target format are uncompressed. More...
#include <ImageConversion.h>
Public Member Functions | |
virtual plResult | ConvertPixels (plConstByteBlobPtr source, plByteBlobPtr target, plUInt64 uiNumElements, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0 |
Converts a batch of pixels. | |
![]() | |
virtual plArrayPtr< const plImageConversionEntry > | GetSupportedConversions () const =0 |
Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
![]() | |
plEnumerable * | m_pNextInstance |
Interface for a single image conversion step where both the source and target format are uncompressed.