from_file method

from_file(, file_name)

Load a texture from file

Returns


@staticmethod
def from_file(file_name):
    ...
ParameterTypeDescription
file_namestr

See Also