Answered
Update not-selected/visible HSL/SelectiveColor layer?
I know how to update currently selected HSL/SelectiveColor layer with `setd`.
Is there a way to update HSL/SelectiveColor layer by name or id without selecting it?
I know how to update currently selected HSL/SelectiveColor layer with `setd`.
Is there a way to update HSL/SelectiveColor layer by name or id without selecting it?
Instead of
ref.putEnumerated(idAdjL, idOrdn, idTrgt);
in line 50
put
ref.putName(idAdjL, layer.name);
or
ref.putIdentifier(idAdjL, layer.id);
Where layer is the reference for the desired layer.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.