|
openshot-audio
0.1.5
|
#include <juce_graphics.h>
Public Member Functions | |
| NativeImageType () | |
| ~NativeImageType () | |
| ImagePixelData::Ptr | create (Image::PixelFormat, int width, int height, bool clearImage) const override |
| int | getTypeID () const override |
Public Member Functions inherited from juce::ImageType | |
| ImageType () | |
| virtual | ~ImageType () |
| virtual Image | convert (const Image &source) const |
An image storage type which holds the pixels using whatever is the default storage format on the current platform.
| NativeImageType::NativeImageType | ( | ) |
| NativeImageType::~NativeImageType | ( | ) |
|
overridevirtual |
Creates a new image of this type, and the specified parameters.
Implements juce::ImageType.
|
overridevirtual |
Must return a unique number to identify this type.
Implements juce::ImageType.
1.8.13