lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
730 stars 87 forks source link

Colors are shifted #30

Open ghost opened 3 years ago

ghost commented 3 years ago

when i'm creating new brush like this: _ChocolateBrush = OverlayWindow.Graphics.CreateBrush(Color.Chocolate); it is just white... any ideas?

ghost commented 3 years ago

use this to fix it https://github.com/lolp1/Overlay.NET/issues/26