Add missing from-version markers to colour docs

This commit is contained in:
Jeremy Ruston
2026-07-23 13:45:21 +01:00
parent d6174f0c46
commit 2bc7826b5e
3 changed files with 7 additions and 7 deletions
@@ -1,10 +1,10 @@
created: 20260718221135000
modified: 20260718221135000
modified: 20260723130000000
tags: Concepts
title: Colour Interpolation Hues
type: text/vnd.tiddlywiki
Some [[colour spaces|Colour Spaces]] express colours using a hue angle on a circle running from 0 to 360 degrees. When interpolating between two colours in such a space, there are two ways around the circle, and the choice can produce drastically different results. The <<.def "hue adjuster">> controls which route is taken. It is used as the second suffix of the <<.olink colour-interpolate>> operator.
<<.from-version "5.5.0">> Some [[colour spaces|Colour Spaces]] express colours using a hue angle on a circle running from 0 to 360 degrees. When interpolating between two colours in such a space, there are two ways around the circle, and the choice can produce drastically different results. The <<.def "hue adjuster">> controls which route is taken. It is used as the second suffix of the <<.olink colour-interpolate>> operator.
|!Hue adjuster |!Route taken between the two hues |
|shorter |The shorter arc around the hue circle. This is the default |
@@ -1,10 +1,10 @@
created: 20260718221135000
modified: 20260720103000000
modified: 20260723130000000
tags: Concepts
title: Colour Spaces
type: text/vnd.tiddlywiki
The [[Colour Operators]] are backed by the [[color.js|https://colorjs.io/]] library, which supports the colour spaces below. See the [[color.js website|https://colorjs.io/docs/spaces]] for details of each space.
<<.from-version "5.5.0">> The [[Colour Operators]] are backed by the [[color.js|https://colorjs.io/]] library, which supports the colour spaces below. See the [[color.js website|https://colorjs.io/docs/spaces]] for details of each space.
* ''a98rgb-linear''
* ''a98rgb''
@@ -1,5 +1,5 @@
created: 20260718221135000
modified: 20260722190000000
modified: 20260723130000000
tags: Features
title: Palette Chooser
type: text/vnd.tiddlywiki
@@ -12,9 +12,9 @@ To open the palette chooser:
# Choose the <<.controlpanel-tab Appearance>> tab
# Choose the ''Palette'' tab within it
Each available palette is shown as a card with a preview of its colours. Click a card to switch to that palette. The change takes effect immediately.
<<.from-version "5.5.0">> Each available palette is shown as a card with a preview of its colours. Click a card to switch to that palette. The change takes effect immediately.
Beneath the chooser you may also see:
<<.from-version "5.5.0">> Beneath the chooser you may also see:
* Any failures reported by the current palette's [[readability tests|Palette Readability Tests]]
* A customisations panel, if the current palette offers customisation options -- see [[Palette Customisations]]