white background rect with only 6 alpha value turns grey not white
in
Programming Questions
•
1 year ago
hi, i'm working often with alpha background rect's to slowly blend out the objects. i found out that with lower alpha values white turn grey and black too. is there a solution that white stays white and black black? thank you!
- fill(255,7);
- rect(0,0,width,height);
1