Click here to Skip to main content
15,891,976 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
musefan27-May-21 5:17
musefan27-May-21 5:17 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
Greg Utas27-May-21 5:42
professionalGreg Utas27-May-21 5:42 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
musefan27-May-21 6:03
musefan27-May-21 6:03 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
pkfox27-May-21 23:14
professionalpkfox27-May-21 23:14 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
DerekT-P27-May-21 9:16
professionalDerekT-P27-May-21 9:16 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
pkfox27-May-21 23:11
professionalpkfox27-May-21 23:11 
GeneralRe: CCC - 2021-05-27 - SOLUTION Pin
pkfox27-May-21 22:31
professionalpkfox27-May-21 22:31 
PraiseMy alpha blending works almost too well Pin
honey the codewitch26-May-21 22:51
mvahoney the codewitch26-May-21 22:51 
I'm wrapping up alpha channel/alpha blending support in my graphics library.

It's really cool, but it highlighted a bunch of issues with my drawing routines - particularly my ellipse and arc drawing routines.

As it happens, they are drawing in the same place more than once for part of the draw operation, leading to - say you have yellow with an alpha of 50% - well if you layer it on itself you effectively get a yellow with an alpha of 75% so that's not a happy thing to draw twice with alpha blending.

I need to retool my drawing.

However, this highlights a performance issue as well, as the less I draw, the faster things go, so this is both setback and opportunity.

I'm really proud of the alpha channel support. It was not trivial to do, since there's no hardware support for it.
Real programmers use butterflies

GeneralRe: My alpha blending works almost too well Pin
CodeWraith26-May-21 23:06
CodeWraith26-May-21 23:06 
GeneralRe: My alpha blending works almost too well Pin
honey the codewitch26-May-21 23:23
mvahoney the codewitch26-May-21 23:23 
GeneralRe: My alpha blending works almost too well Pin
CodeWraith27-May-21 2:46
CodeWraith27-May-21 2:46 
GeneralRe: My alpha blending works almost too well Pin
honey the codewitch27-May-21 3:59
mvahoney the codewitch27-May-21 3:59 
GeneralRe: My alpha blending works almost too well Pin
Super Lloyd27-May-21 2:06
Super Lloyd27-May-21 2:06 
GeneralYeah... Pin
Kornfeld Eliyahu Peter26-May-21 20:54
professionalKornfeld Eliyahu Peter26-May-21 20:54 
GeneralRe: Yeah... Pin
CodeWraith26-May-21 23:03
CodeWraith26-May-21 23:03 
GeneralF# Pin
Super Lloyd26-May-21 20:04
Super Lloyd26-May-21 20:04 
GeneralRe: F# Pin
OriginalGriff26-May-21 20:22
mveOriginalGriff26-May-21 20:22 
GeneralRe: F# Pin
grralph126-May-21 22:52
grralph126-May-21 22:52 
GeneralRe: F# Pin
Kenneth Haugland27-May-21 0:10
mvaKenneth Haugland27-May-21 0:10 
GeneralRe: F# Pin
grralph127-May-21 1:23
grralph127-May-21 1:23 
GeneralRe: F# Pin
jsc4227-May-21 2:52
professionaljsc4227-May-21 2:52 
GeneralRe: F# Pin
Kenneth Haugland26-May-21 21:01
mvaKenneth Haugland26-May-21 21:01 
GeneralRe: F# Pin
Richard MacCutchan26-May-21 21:17
mveRichard MacCutchan26-May-21 21:17 
GeneralRe: F# Pin
honey the codewitch26-May-21 21:22
mvahoney the codewitch26-May-21 21:22 
GeneralRe: F# Pin
Super Lloyd26-May-21 21:25
Super Lloyd26-May-21 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.