Plasma Engine  2.0
Loading...
Searching...
No Matches
plImageConversionStepLinear Class Referenceabstract

Interface for a single image conversion step where both the source and target format are uncompressed. More...

#include <ImageConversion.h>

Inheritance diagram for plImageConversionStepLinear:

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.
 
- Public Member Functions inherited from plImageConversionStep
virtual plArrayPtr< const plImageConversionEntryGetSupportedConversions () const =0
 Returns an array pointer of supported conversions.
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 
- Protected Attributes inherited from plEnumerable< plImageConversionStep >
plEnumerablem_pNextInstance
 

Detailed Description

Interface for a single image conversion step where both the source and target format are uncompressed.


The documentation for this class was generated from the following file: