Uses of Class
org.openpatch.scratch.extensions.shader.Shader
Packages that use Shader
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
This package contains the internal classes of the Scratch plugin.
-
Uses of Shader in org.openpatch.scratch
Methods in org.openpatch.scratch that return ShaderModifier and TypeMethodDescriptionAdds a new shader to the sprite.Adds a new shader to the sprite.Sprite.getCurrentShader()
Retrieves the current shader.Stage.getCurrentShader()
Retrieves the current shader.Retrieves a shader by name.Retrieves a shader by name. -
Uses of Shader in org.openpatch.scratch.extensions.shader
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 TypeMethodDescriptionvoid
Image.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.void
Image.draw
(processing.core.PGraphics buffer, float size, float degrees, float x, float y, Shader shader) Draw the scaled image at a given position.