Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Set a Clear Colour #90

Open
TyroTheFox opened this issue Dec 7, 2022 · 0 comments
Open

How to Set a Clear Colour #90

TyroTheFox opened this issue Dec 7, 2022 · 0 comments

Comments

@TyroTheFox
Copy link

What is an 'ArrayLike' value and what is it supposed to look like? I've been attempting to see if I can set one that matches that of the PNG assets I have on file and it's rendering the entire screen as black (or possibly invisible). The assets I have simply have a normal transparent colour of something like '0x000000' with an Alpha of 00 (0x00000000). I'm trying to do this as I'm noticing that these assets with 'baked-in' alpha aren't being rendered this way across all layers, just the one it's currently sitting in.

I've tried 'clearColor = [0x00000000]' and 'clearColor = [0x000000]'. Both render the entire screen as black.

There something I'm missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant