What is the Bash DEFAULTS "domain" for changing [accessibility > display > colour Filters > tint]?
To find a specific domain, type in Terminal:
defaults find
+ (the domain you are looking for)
You can access the manual by typing:
man defaults
to get a general idea on the defaults command
To get a complete list of the domains, type:
defaults domains
the list of domains will show up: there are a lot!