Esempio n. 1
0
 public static extern HBRUSH CreateSolidBrush(
     COLORREF crColor);
Esempio n. 2
0
 public bool Equals(COLORREF other) => other.Value == Value;