Color.RGB
STATIC FUNCTION
RGB
(
Red
AS Integer ,
Green
AS Integer ,
Blue
AS Integer ) AS Integer
Returns a color value from its red, green and blue components.
Referenced by:
Color _(class)_