Request: Give the colour palette window and child elements Title values

Hi! Niche one here: I’d love for the child elements of the colour palette window to have title values; I use a SoundFlow script to assign colours to layers of certain names, and the children of that window (the colour buttons) don’t have any identifiable properties, are not always in the same order, and in fact not always AxButtons :rofl:. Actually come to think if it having the window itself have a title value as well would help programmatically too!

button[0] properties as reference:

{

  "id": 1,

"title": "",

"description": "",

"label": null,

"role": "AXButton",

"fullRole": "AXButton",

"isEnabled": true,

"isMenuChecked": false,

"value": null,

"menuItemMarkChar": null

}

Thanks!

Dustin