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