The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Hey.

with command:

sprite.modulate = Color(1, 1, 1, 0.5)

so i change the color to transparent but how do i know which number is which color? how can i change it to ... maybe black?

i'm hoping u can understand my question, i don't really know how to describe my question and my english isn't the best :D if not then let me know

Godot version linux newest
in Engine by (35 points)

1 Answer

+1 vote

This is RGBA color. There are many ways to choose color, here you can read about some of them https://www.maketecheasier.com/difference-between-hex-rgb-hsl. You can also use colorpickers (for example, this https://colorpicker.me/) to get code for color you want (note that if RGB is presented in range 0-255, you need to divide each channel by 255, because Godot use percent-based values (in range of 0-1)).

by (1,656 points)

Very detailed answer additionally you can use Godot's built-in Globals Color.black Color.red Color.blue etc......

thank you :)

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.