diff options
Diffstat (limited to 'src/colour.h')
| -rw-r--r-- | src/colour.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |
