![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::AnimatedGIFWriter, including all inherited members.
| AnimatedGIFWriter() | s3d::AnimatedGIFWriter | |
| AnimatedGIFWriter(FilePathView path, int32 width, int32 height, Dither dither=Dither::No, HasAlpha hasAlpha=HasAlpha::No) | s3d::AnimatedGIFWriter | |
| AnimatedGIFWriter(FilePathView path, Size size, Dither dither=Dither::No, HasAlpha hasAlpha=HasAlpha::No) | s3d::AnimatedGIFWriter | |
| close() | s3d::AnimatedGIFWriter | |
| frameCount() const noexcept | s3d::AnimatedGIFWriter | |
| imageSize() const noexcept | s3d::AnimatedGIFWriter | |
| isOpen() const noexcept | s3d::AnimatedGIFWriter | |
| open(FilePathView path, int32 width, int32 height, Dither dither=Dither::No, HasAlpha hasAlpha=HasAlpha::No) | s3d::AnimatedGIFWriter | |
| open(FilePathView path, const Size &size, Dither dither=Dither::No, HasAlpha hasAlpha=HasAlpha::No) | s3d::AnimatedGIFWriter | |
| operator bool() const noexcept | s3d::AnimatedGIFWriter | explicit |
| writeFrame(const Image &image, const Duration &delay=SecondsF{ 0.1 }) | s3d::AnimatedGIFWriter | |
| ~AnimatedGIFWriter() | s3d::AnimatedGIFWriter |