macro_rules! RGB { ($r:expr, $g:expr, $b:expr $(,)?) => { ... }; }
G.24 RGB
G.24
returns a value of type COLORREF that contains the specified red, green, and blue relative intensity values passed to the macro