Benedikt Müssig

Results 55 comments of Benedikt Müssig

I've added a bit to the bounty. I'd prefer the intersection method, not the hacky color code ID.

Did it work @jeankuksaec?

I really would really appreciate if this could be added. I've purchased Sublime Text 3 and I like it a lot, but this is really lacking.

That is intended though. You don't always want to serve PHP files. Perhaps disallowing their download could be made an option.

I believe this is an issue with transparency handling. Drawing the color gradient works fine: https://github.com/Immediate-Mode-UI/Nuklear/blob/master/src/nuklear_color_picker.c#L108 The transparent black gradient in the next line does not work and always completely...

Okay, I see the issues: 1. nk_gdi_set_vertexColor does not respect alpha and also only bitshifts to convert 8 to 16 bit color components 2. Alpha blending is not working properly...

I don't think there is a quick fix for this. GDI (without plus) does not appear have enough alpha support to make this feature work. Even with double buffering and...

I've built the changes and the demo looks like this on Win32/GDI: ![grafik](https://user-images.githubusercontent.com/2276327/168041214-ec1f1c84-7912-4a20-b6b4-1da4f5e278a3.png) I'll give the same demo a try with SDL and post the result.

This is how it looks like using SDL: So this fix is unfortunately not quite working. I will have a look what's going wrong.

Alright, I fixed it: ![grafik](https://user-images.githubusercontent.com/2276327/168053985-0cc0efaf-10c9-4715-b60f-8b00d09d9861.png)