- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Jun 2022 09:18:10 +0000
- To: public-design-tokens-log@w3.org
I keep forgetting this but `color space` could also be something custom.
```
{
  "myPrintProfile": {
    "$type": "colorSpace",
    "some-way-to-define-color-spaces": ""
  },
  "aColor": {
    "$type": "color",
    "colorSpace": "{myPrintProfile}",
    "channels": [0.5, 0.5, 0.5, 0.1, 1],
    "alpha": 1.0
  }
}
```
-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/137#issuecomment-1167100001 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 27 June 2022 09:18:12 UTC