RGB

Macro RGB 

Source
macro_rules! RGB {
    ($r:expr, $g:expr, $b:expr $(,)?) => { ... };
}
Expand description

G.24 RGB

returns a value of type COLORREF that contains the specified red, green, and blue relative intensity values passed to the macro