From 4192ff1fa7ee309c8d5c0011b08ed4a824417fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 8 Feb 2023 19:24:00 +0100 Subject: [PATCH] Math: doc++ This was confusing, actually. --- src/Magnum/Math/Color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Math/Color.h b/src/Magnum/Math/Color.h index d0579e38b..ef84cde98 100644 --- a/src/Magnum/Math/Color.h +++ b/src/Magnum/Math/Color.h @@ -948,7 +948,7 @@ class Color4: public Vector4 { #endif /** - * @brief Create linear RGBA color from 32-bit sRGB + alpha representation + * @brief Create linear RGBA color from 24-bit sRGB + alpha representation * @param srgb 24-bit sRGB color * @param a Linear alpha value, defaults to @cpp 1.0 @ce for * floating-point types and maximum positive value for integral @@ -996,7 +996,7 @@ class Color4: public Vector4 { } /** - * @brief Create linear RGBA color from 32-bit linear RGB + alpha representation + * @brief Create linear RGBA color from 24-bit linear RGB + alpha representation * @param linear 24-bit linear RGB color * @param a Linear alpha value, defaults to @cpp 1.0 @ce for * floating-point types and maximum positive value for integral