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

Method DrawGradient

include/Rectangle.hpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void DrawGradient(::Color topLeft, ::Color bottomLeft, ::Color bottomRight, ::Color topRight) const {
78 ::DrawRectangleGradientEx(*this, topLeft, bottomLeft, bottomRight, topRight);
79 }
80
81 void DrawLines(::Color color) const {
82 ::DrawRectangleLines(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected