Jump to content

CACHESTRATEGY_CANVAS changes the backgroundFill color


AlbertTJames
 Share

Recommended Posts

The thing is when you don't use CACHEDCANVAS the canvas' background color you define is blended with the Viewport's own background color. When you use the CACHEDCANVAS, the canvas' background color is drawn to a texture which is not initialized with the Viewport's background color but with a 0x00000000 value, so instead of being blended with the Viewport's background color, it's blended with nothing.

That's where the difference is.

Now, I don't really know how to solve this issue, because I can't really initialize the cached bitmap with the viewport's background color otherwise it will occlude 3D content that are supposed to be underneath the canvas.

There should be a blending combination existing to get the same result, but I have to work more on this.

For now, if you want to ensure the same result, then don't use a viewport's background color or don't use a Canvas' background color with Alpha...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...