load method

load(self, bitmap)

Load texture content from specified Bitmap


def load(self, bitmap):
    ...
ParameterTypeDescription
bitmapTextureData

See Also