Type Alias PixelFormat

PixelFormat:
    | typeof AlphaFormat
    | typeof RGBFormat
    | typeof RGBAFormat
    | typeof LuminanceFormat
    | typeof LuminanceAlphaFormat
    | typeof DepthFormat
    | typeof DepthStencilFormat
    | typeof RedFormat
    | typeof RedIntegerFormat
    | typeof RGFormat
    | typeof RGIntegerFormat
    | typeof RGBAIntegerFormat

All Texture Pixel Formats Modes.

Note that the texture must have the correct THREE.Texture.type set, as described in TextureDataType.