Since you - @Francesco - use objects that creates a namespace for methods, you can chose shorter method names, such as sR(), sG(), ...and sC(r,g,b) - for setting a particular or continues color and that will save you probably more space than deleting the constructor (source)... assumed your overall code will not be shrink wrapped (bulked and minified).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Since you - @Francesco - use objects that creates a namespace for methods, you can chose shorter method names, such as sR(), sG(), ...and sC(r,g,b) - for setting a particular or continues color and that will save you probably more space than deleting the constructor (source)... assumed your overall code will not be shrink wrapped (bulked and minified).