Skip to content

Commit

Permalink
fixed hue value range
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ilesik committed Oct 5, 2023
1 parent aed1725 commit 965b002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ namespace dpp {
/**
* @brief Convert ints to HSL for sending in embeds
*
* @param h hue value, between 0 and 356 inclusive
* @param h hue value, between 0 and 360 inclusive
* @param s saturation value in procents, between 0 and 100 inclusive
* @param l lightness value in procents, between 0 and 100 inclusive
* @return uint32_t returned integer colour value
Expand Down

0 comments on commit 965b002

Please sign in to comment.