Package icyllis.arc3d.core.shaders
Class BilinearGradient
java.lang.Object
icyllis.arc3d.core.shaders.GradientShader
icyllis.arc3d.core.shaders.Gradient2DShader
icyllis.arc3d.core.shaders.BilinearGradient
- All Implemented Interfaces:
RefCounted,Shader
-
Nested Class Summary
Nested classes/interfaces inherited from class icyllis.arc3d.core.shaders.GradientShader
GradientShader.Interpolation -
Field Summary
Fields inherited from class icyllis.arc3d.core.shaders.GradientShader
kDegenerateToleranceFields inherited from interface icyllis.arc3d.core.shaders.Shader
TILE_MODE_CLAMP, TILE_MODE_DECAL, TILE_MODE_MIRROR, TILE_MODE_REPEAT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class icyllis.arc3d.core.shaders.GradientShader
ref, unrefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface icyllis.arc3d.core.shaders.Shader
isOpaque, makeWithLocalMatrix
-
Constructor Details
-
BilinearGradient
public BilinearGradient()
-