MCPcopy Create free account
hub / github.com/axmolengine/axmol / setEndColor

Method setEndColor

core/2d/Layer.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void LayerGradient::setEndColor(const Color3B& color)
284{
285 _endColor = color;
286 updateColor();
287}
288
289const Color3B& LayerGradient::getEndColor() const
290{

Callers 4

setBackGroundColorMethod · 0.80
onEnterMethod · 0.80

Calls 3

updateColorFunction · 0.85
setEndColorFunction · 0.85
Color4BFunction · 0.85

Tested by 2

onEnterMethod · 0.64