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

HDR Color picker support for OutlineSettings in URP/others #42

Closed
ste-phil opened this issue Sep 16, 2021 · 1 comment
Closed

HDR Color picker support for OutlineSettings in URP/others #42

ste-phil opened this issue Sep 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ste-phil
Copy link

Hi, could you enable HDR color pickers for the outlines?

I changed it locally for me, but it would be awesome to add this to the repo.
It would only affect the lines 45,192 in OutlineSettingsEditor.cs.
I changed them to the following:
colorProp.colorValue = EditorGUILayout.ColorField(_colorContent, colorProp.colorValue, true, true, true);
and for 192:
colorProp.colorValue = EditorGUI.ColorField(new Rect(rc.x, rc.y + 1 * lineCy, rc.width, EditorGUIUtility.singleLineHeight), _colorContent, colorProp.colorValue, true, true, true);

@Arvtesh Arvtesh self-assigned this Sep 21, 2021
@Arvtesh Arvtesh added the enhancement New feature or request label Sep 21, 2021
@Arvtesh
Copy link
Owner

Arvtesh commented Sep 21, 2021

I'll look into it, thanks for the suggestion.

@Arvtesh Arvtesh added this to the 0.8.5 milestone Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants