rgba

class itom.rgba

rgba(r, g, b [, alpha=255]) -> creates a new color value from red, green, blue and optional alpha

Parameters:

r : {uint8}

red component [0,255]

g : {uint8},

green component [0,255]

b : {uint8}

blue component [0,255]

alpha : {uint8}, optional

alpha component [0,255], default: 255 (no transparancy)

Notes

For a gray value set all colors to the same value.

name()
alpha

alpha

b

blue

g

green

r

red

Previous topic

region

Next topic

autoInterval

This Page