query_inline
Description:
public void query_inline (
Color c,
out uint8 r,
out uint8 g,
out uint8 b)
Gets the RGB color components of a color.
This is the same as query, but inlined in C code.
Parameters:
| c |
the color
|
| r |
the red component
|
| g |
the green component
|
| b |
the blue component
|