function layer() {
Application.activeDocument
Application.backgroundColor (blue = 34, green = 12, red = 1)
}
layer()
I want to create a NewLayer, with a specific background color, the code above is not working.
function layer() {
Application.activeDocument
Application.backgroundColor (blue = 34, green = 12, red = 1)
}
layer()
I want to create a NewLayer, with a specific background color, the code above is not working.