skyboy Posted November 3, 2008 Share Posted November 3, 2008 Accroding to explainig by Rick Brewster, Paint.NET does not use pre-multiplied color values. So, if i understood correctly, information about colors must be saved even if alpha value is 0. Am i mistake? Whatever i got strange behavior of Paint.NET. example 1. create new file -> select color (255,0,0,0) -> :PaintBucketTool: -> :ColorPicker: -> got a (0,0,0,0) in result. example 2(i used cureves+ plugin because did not find any "native" tool to change alpha value). create new file -> select color (255,0,0,5) -> :PaintBucketTool: -> with help of plugin change alpha value of all pixel to 0 -> :ColorPicker: -> got a (255,0,0,0) in result. i did not understood. AFAIK plugin only changes pixels' color and storing of color information realized by paint.NET core. So can paint.NET handle color such colors as (R,G,B,0) or paint.NET loose information by handling any color with alpha value = 0 as equal? sorry for grammar. Quote Link to comment Share on other sites More sharing options...
skyboy Posted November 5, 2008 Author Share Posted November 5, 2008 one more example. CTRL + A -> Del -> :ColorPicker: in result we will get #FFFFFF with alpha of 0. so without plugins' influence we can get (0,0,0,0) and (255,255,255,0) transparent colors and with using plugins we will get any color with alpha value of 0. so in what way does paint.NET work with transparent chanel? RGBA or RGBX? And if it uses RGBA where are (not-zero, not-zera, not-zero, 0) colors are coming from? Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 6, 2008 Share Posted November 6, 2008 If you read the forum topic you linked to, you'll have your answer. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
skyboy Posted November 6, 2008 Author Share Posted November 6, 2008 ok. thank you for answer. it's like i must translate old topic complately. Quote Link to comment Share on other sites More sharing options...
skyboy Posted November 6, 2008 Author Share Posted November 6, 2008 Rick Brewster, can you directly show post i need read? Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 7, 2008 Share Posted November 7, 2008 You linked directly to it in your post. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.