function setPlanetColor (client-side)
Available since version: 0.3.0
This method will set the planet color.
Declaration
void setPlanetColor(int planetId, int r, int g, int b, int a)
Parameters
intplanetId: The planet id, for more information see Planet constants.intr: The red color component in RGBA model.intg: The green color component in RGBA model.intb: The blue color component in RGBA model.inta: The alpha color component in RGBA model.