Uses of Class
org.openpatch.scratch.extensions.shader.Shader
Packages that use Shader
Package
Description
Provides classes and interfaces for shader extensions in Scratch.
This package contains the internal classes of the Scratch plugin.
-
Uses of Shader in org.openpatch.scratch.extensions.shader
Methods in org.openpatch.scratch.extensions.shader that return ShaderModifier and TypeMethodDescriptionAdds a shader.Returns a shader by name.Shaders.getCurrent()Returns the shader currently drawn with.Constructors in org.openpatch.scratch.extensions.shader with parameters of type Shader -
Uses of Shader in org.openpatch.scratch.internal
Methods in org.openpatch.scratch.internal with parameters of type ShaderModifier and TypeMethodDescriptionvoidImage.draw(processing.core.PGraphics buffer, double size, double degrees, double x, double y, RotationStyle style, Shader shader) Draw the scaled image at a given position.voidImage.draw(processing.core.PGraphics buffer, float size, float degrees, float x, float y, Shader shader) Draw the scaled image at a given position.