Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
70f733a9
Commit
70f733a9
authored
Nov 14, 2020
by
Kurt Hindenburg
Browse files
Update hsluv.* files from
https://github.com/hsluv/hsluv-c
This only add a minor document update.
parent
7d8e4cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/colorscheme/hsluv.h
View file @
70f733a9
...
...
@@ -79,6 +79,9 @@ void hpluv2rgb(double h, double s, double l, double* pr, double* pg, double* pb)
* @param[out] ph Hue. Between 0.0 and 360.0.
* @param[out] ps Saturation. Between 0.0 and 100.0.
* @param[out] pl Lightness. Between 0.0 and 100.0.
*
* Note that HPLuv does not contain all the colors of RGB, so converting
* arbitrary RGB to it may generate invalid HPLuv colors.
*/
void
rgb2hpluv
(
double
r
,
double
g
,
double
b
,
double
*
ph
,
double
*
ps
,
double
*
pl
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment