Joerg Siebenmorgen

Results 5 issues of Joerg Siebenmorgen

I was creating images from arrays with transparency: color = (transparency lshift 24) - rgb(r,g,b) Instead of "transparency lshift 24" I wanted to use hex numbers. I realized, that in...

I was creating images from arrays with transparency: color = (transparency lshift 24) - rgb(r,g,b) Instead of "transparency lshift 24" I wanted to use hex numbers. I realized, that in...

I was creating images from arrays with transparency: color = (transparency lshift 24) - rgb(r,g,b) Instead of "transparency lshift 24" I wanted to use hex numbers. I realized, that in...

If you have a function wich returns an array and you want to know the minimum or maximum value of that returned array, then you can't use the function as...

If you have a function wich returns an array and you want to know the minimum or maximum value of that returned array, then you can't use the function as...