opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
osc::Image Class Referencefinal

#include <image.h>

Static Public Member Functions

static Texture2D read_into_texture (std::istream &, std::string_view input_name, ColorSpace, ImageLoadingFlags={})
 
template<NamedInputStream Stream>
static Texture2D read_into_texture (Stream &&stream, ColorSpace color_space, ImageLoadingFlags flags={})
 

Member Function Documentation

◆ read_into_texture() [1/2]

static Texture2D osc::Image::read_into_texture ( std::istream &  ,
std::string_view  input_name,
ColorSpace  ,
ImageLoadingFlags  = {} 
)
static

◆ read_into_texture() [2/2]

template<NamedInputStream Stream>
static Texture2D osc::Image::read_into_texture ( Stream &&  stream,
ColorSpace  color_space,
ImageLoadingFlags  flags = {} 
)
inlinestatic

The documentation for this class was generated from the following file: