<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

However, byte buffers behaves quite fuzzy. When i do a stroke with white<br>
brush on complete transparent image, i should see the whole stroke being<br>
white in RGB display mode, but it fades up to darkish colors to the<br>
sides of brush. Converting pixels from straight-byte to premul-float in<br>
IMB_rectblend and using IMB_blend_color_float doesn&#39;t give correct<br>
result here.</blockquote></div><br></div><div class="gmail_extra">Darkish colors in the semitransparent areas is often a sign of having premultiplied colors by alpha twice or more.<br></div></div>