Function cc4bToHexString

#include <Geode/utils/cocos.hpp>std::stringcc4bToHexString()

Converts a cocos2d::ccColor4B into a string based on the RRGGBBAA format.

Parameters

color

The color to convert
Return value
Hex string
Examples0