From 9a2bbd6627908b3ce34d3c3727e7d20d31d3d75a Mon Sep 17 00:00:00 2001 From: kimikage Date: Sat, 3 Apr 2021 08:18:43 +0900 Subject: [PATCH] Add compat note for `style` option of `hex()` (#460) --- src/utilities.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utilities.jl b/src/utilities.jl index 690bd351..944e2918 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -91,6 +91,9 @@ julia> hex(ARGB(1,0.533,0,0.267), :S) "4F80" ``` +!!! compat "Colors v0.12" + `style` requires at least Colors v0.12. + !!! compat For backward compatibility, `hex(c::ColorAlpha)` currently returns an "AARRGGBB" style string. This is inconsistent with `hex(c, :AUTO)` returning