memreduct
memreduct copied to clipboard
Fix inability to change color after black color is set
In codehere is check for NULL(0) of COLORREF, but it CAN be 0 since it's an A,R,G,B components, packed into Int32
So to fix issue, this check was simply removed Additionally check for value change was added to prevent useless updates when nothing was actually changed