MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GradientRadial

Method GradientRadial

include/Image.hpp:142–144  ·  view source on GitHub ↗

* Generate image: radial gradient */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected