from_stream method

from_stream(, stream)

Load a texture from stream

Returns


@staticmethod
def from_stream(stream):
    ...
ParameterTypeDescription
streamio.RawIOBase

See Also