query


Description:

public void query (Color c, out uint8 r, out uint8 g, out uint8 b)

Gets the RGB color components of a color.

Parameters:

c

the color

r

the red component

g

the green component

b

the blue component