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

Color slider issue #71

Closed
Number1S0n opened this issue Oct 12, 2020 · 1 comment
Closed

Color slider issue #71

Number1S0n opened this issue Oct 12, 2020 · 1 comment
Assignees

Comments

@Number1S0n
Copy link

I just got VMT editor mainly for Portal 2 and getting custom skins and stuff like that. I noticed that the color sliders do not surpass 16 where the max for Portal 2 is 255. Is there any way to change this?

@gortnarj
Copy link
Collaborator

Color sliders use normalized color values (0-1) so $color "[1 1 1]" is the same as $color "{255 255 255}".
You can change the slider to be higher than 1 because source also supports color values brighter than 255 255 255 white.

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

2 participants