[name]

A class containing utility functions for textures.

Methods

[method:Number getByteLength]( [param:Number width], [param:Number height], [param:Number format], [param:Number type] )

Given the width, height, format, and type of a texture. Determines how many bytes must be used to represent the texture.

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]