* Generate image: radial gradient */
| 140 | * Generate image: radial gradient |
| 141 | */ |
| 142 | static ::Image GradientRadial(int width, int height, float density, ::Color inner, ::Color outer) { |
| 143 | return ::GenImageGradientRadial(width, height, density, inner, outer); |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | * Generate image: checked |
nothing calls this directly
no outgoing calls
no test coverage detected