From a67eacd9def1b85e7dd79ec192bb975369567bd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Feb 2023 22:31:51 +0100 Subject: Change from_argb_hex() (which wasn't being used) to from_rgba_hex(). --- src/colour.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/colour.h') diff --git a/src/colour.h b/src/colour.h index 65660a5..241f738 100644 --- a/src/colour.h +++ b/src/colour.h @@ -47,7 +47,7 @@ public: , b (b) {} - static Colour from_argb_hex (std::string); + static Colour from_rgba_hex(std::string); static Colour from_rgb_hex (std::string); /** red component (from 0 to 1) */ -- cgit v1.2.3