Browse Source

Math: doc++

This was confusing, actually.
pull/601/head
Vladimír Vondruš 3 years ago
parent
commit
4192ff1fa7
  1. 4
      src/Magnum/Math/Color.h

4
src/Magnum/Math/Color.h

@ -948,7 +948,7 @@ class Color4: public Vector4<T> {
#endif #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 srgb 24-bit sRGB color
* @param a Linear alpha value, defaults to @cpp 1.0 @ce for * @param a Linear alpha value, defaults to @cpp 1.0 @ce for
* floating-point types and maximum positive value for integral * floating-point types and maximum positive value for integral
@ -996,7 +996,7 @@ class Color4: public Vector4<T> {
} }
/** /**
* @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 linear 24-bit linear RGB color
* @param a Linear alpha value, defaults to @cpp 1.0 @ce for * @param a Linear alpha value, defaults to @cpp 1.0 @ce for
* floating-point types and maximum positive value for integral * floating-point types and maximum positive value for integral

Loading…
Cancel
Save