Uses of Class
processing.opengl.Texture.Parameters
-
Packages that use Texture.Parameters Package Description processing.opengl -
-
Uses of Texture.Parameters in processing.opengl
Methods in processing.opengl that return Texture.Parameters Modifier and Type Method Description Texture.ParametersTexture. getParameters()Methods in processing.opengl with parameters of type Texture.Parameters Modifier and Type Method Description protected TexturePGraphicsOpenGL. addTexture(PImage img, Texture.Parameters params)voidTexture. init(int width, int height, Texture.Parameters params)Sets the size of the image and texture to width x height, and the parameters of the texture to params.voidTexture.Parameters. set(Texture.Parameters src)protected voidTexture. setParameters(Texture.Parameters params)Sets texture target and internal format according to the target and type specified.Constructors in processing.opengl with parameters of type Texture.Parameters Constructor Description Parameters(Texture.Parameters src)
-