ShaderBrush
-
Cmn
abstract class ShaderBrush : Brush
LinearGradient |
Brush implementation used to apply a linear gradient on a given |
RadialGradient |
Brush implementation used to apply a radial gradient on a given |
SweepGradient |
Brush implementation used to apply a sweep gradient on a given |
Brush implementation that wraps and applies a the provided shader to a Paint The shader can be lazily created based on a given size, or provided directly as a parameter
Summary
Public constructors |
|
|---|---|
|
Cmn
|
Public functions |
||
|---|---|---|
final Unit |
Cmn
|
|
abstract Shader |
createShader(size: Size) |
Cmn
|