Package icyllis.arc3d.sketch.shaders
package icyllis.arc3d.sketch.shaders
-
ClassDescriptionThe angular gradient, also known as sweep gradient, conic gradient.A Shader that represents a single color.Base class for gradient colors that can be represented by a 1D function, it generates one parameter for interpolation:Base class for gradient colors that can be represented by a 2D function, it generates two parameters for interpolation:Base class for shaders that generate gradient colors.Color interpolation method, is packed into an int.LinearGradient generates gradient colors linearly interpolated between two points.A shader that produces rounded rectangle effects, only 4-slice circular rounded rect is supported.Shaders specify the source color(s) for what is being drawn.