color(r: number, g: number, b: number): ColorCompSets the color of a Game Object (rgb 0-255).// blue frog add([ sprite("bean"), color(0, 0, 255) ])