decode method

decode

Decode texture data from stream

Returns

def decode(self, stream, reverse_y):
    ...
ParameterTypeDescription
streamio.RawIOBase
reverse_ybool

See Also