Scaleform::Render::DIPixelProvider
class DIPixelProvider;
DIPixelProvider is an interface to providing pixels for Get/SetPixels. AS3 ByteArray may require endian swapping, and this logic should not be contained in the renderer.
|
Method |
Description |
|
Returns the total number of pixels available. | |
|
Reads the next pixel from the provider as an ARGB UInt32. | |
|
Writes a pixel to the provider. |
Render_DrawableImage.h