buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
805 stars 120 forks source link

Added consideration of alpha channels of original colors when blending #659

Closed bagomot closed 1 year ago

bagomot commented 1 year ago

blendARGB did not work correctly for ARGB colors, fixed. In addition, extra imports have been removed.

GrimMaple commented 1 year ago

I think I'm going to merge this now. Please feel free to add unittests later.