C#C
C#17mo ago
onepiecefreak

ImageSharp Alpha overwrite

I want to fill an ellipse on a destination image with ImageSharp. My filling color has 25% transparency and all alpha and pixel blending modes don't seem to support just overwriting the alpha value in the destination image. It always blends them in some way (like multiplication, add, etc)

Is there possibly a built-in extensions or similar that allows this overwrite. It seems so basic, and the only option I currently see is writing my own pixel processor.
Was this page helpful?