Function lighten3B

#include <Geode/utils/cocos.hpp>cocos2d::ccColor3Blighten3B(,
intamount
)

Lightens the color’s rgb values by a given amount.

Parameters

color

The color to lighten

amount

The amount to lighten
Return value
Converted color
Examples0