MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ as_float() [2/2]

const std::vector< float > * MayaFlux::IO::ImageData::as_float ( ) const
inline

Definition at line 81 of file ImageReader.hpp.

81{ return std::get_if<std::vector<float>>(&pixels); }

References pixels.

Referenced by MayaFlux::IO::EXRWriter::write(), and MayaFlux::IO::STBImageWriter::write_hdr().

+ Here is the caller graph for this function: