Photon Engine 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::ExrFileWriter, including all inherited members.
ExrFileWriter() | ph::ExrFileWriter | |
ExrFileWriter(const Path &filePath) | ph::ExrFileWriter | explicit |
save(const HdrRgbFrame &frame) | ph::ExrFileWriter | |
saveHighPrecision(const HdrRgbFrame &frame) | ph::ExrFileWriter | |
saveToFilesystem(const HdrRgbFrame &frame, bool saveInHighPrecision=false, std::string_view redChannelName="R", std::string_view greenChannelName="G", std::string_view blueChannelName="B", std::string_view alphaChannelName="", HdrComponent alphaValue=1) | ph::ExrFileWriter | |
saveToMemory(const HdrRgbFrame &frame, ByteBuffer &buffer, std::string_view redChannelName="R", std::string_view greenChannelName="G", std::string_view blueChannelName="B", std::string_view alphaChannelName="", HdrComponent alphaValue=1) | ph::ExrFileWriter |