At My Fingertips

Documentation

Documentation

Function from library pytamaro

rgb_color(redgreenblue)

rgb_colorredgreenblue

Returns a color with the provided components for red (R), green (G) and blue (B) and a certain degree of opacity (alpha, A).

RGB cube (SharkD via Wikimedia Commons)RGB cube (SharkD via Wikimedia Commons)

redred component [0-255]

greengreen component [0-255]

blueblue component [0-255]

A color with the provided RGBA components
Code
show_graphic(rectangle(50, 50, rgb_color(255, 0, 0)))
Output
Graphical output from execution result
Code
show_graphic(rectangle(50, 50, rgb_color(0, 255, 0)))
Output
Graphical output from execution result
Code
show_graphic(rectangle(50, 50, rgb_color(127, 127, 127)))
Output
Graphical output from execution result

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version 4153f55 (Wed, 02 Apr 2025 06:58:19 GMT)