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

Method GradientLinear

include/Image.hpp:135–137  ·  view source on GitHub ↗

* Generate image: linear gradient */

Source from the content-addressed store, hash-verified

133 * Generate image: linear gradient
134 */
135 static ::Image GradientLinear(int width, int height, int direction, ::Color start, ::Color end) {
136 return ::GenImageGradientLinear(width, height, direction, start, end);
137 }
138
139 /**
140 * Generate image: radial gradient

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected