public static extern HBRUSH CreateSolidBrush( COLORREF crColor);
public bool Equals(COLORREF other) => other.Value == Value;