OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::AnimatedGIFWriter Member List

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 noexcepts3d::AnimatedGIFWriter
imageSize() const noexcepts3d::AnimatedGIFWriter
isOpen() const noexcepts3d::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 noexcepts3d::AnimatedGIFWriterexplicit
writeFrame(const Image &image, const Duration &delay=SecondsF{ 0.1 })s3d::AnimatedGIFWriter
~AnimatedGIFWriter()s3d::AnimatedGIFWriter