Package com.patrykandpatrick.vico.core.component.shape.shader
See: Description
-
Class Summary Class Description CacheableDynamicShader CacheableDynamicShader can cache created Shader instances for reuse between identical sets of bounds. ComponentShader ComponentShader creates a Shader out of the provided component. StaticShader Creates a DynamicShader, which always provides the same Shader instance. StaticShaderKt -
Interface Summary Interface Description DynamicShader DynamicShader creates Shader instances on demand. -
Object Summary Object Description DynamicShaders An object that holds simple, anonymous implementations of DynamicShader.