Skip to main content
Participant
June 27, 2022
Answered

I want to change only the color of a group layer.

  • June 27, 2022
  • 1 reply
  • 393 views

phtoshop script
I am creating a function to highlight only layers with error strings.
If I change the layer color of the parent group, the color of all layers will be changed.
It is hard to tell which layer is the error.

Is there any way to change only the color of the parent layer?
Or is there another way to make it easier to visually see the errors besides changing the layer color?

This topic has been closed for replies.
Correct answer Stephen Marsh

Not that I know of, the only alternative that comes to mind is renaming the layer by adding a prefix.

 

Edit: If you are happy to have grey as "no colour", then you can have the contents of the group with other mixed colours.

1 reply

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
June 27, 2022

Not that I know of, the only alternative that comes to mind is renaming the layer by adding a prefix.

 

Edit: If you are happy to have grey as "no colour", then you can have the contents of the group with other mixed colours.

Participant
June 29, 2022

Thank you very much. I will try to change the layer name so that I can identify the error.