izzi
SVG SUBSET C++ API
|
#include <a60-svg-color.h>
Public Types | |
using | ftype = float |
Public Member Functions | |
color_qf ()=default | |
Value between 0.0 (black) and 1.0. | |
color_qf (const color e) | |
color_qf (const color_qf &)=default | |
color_qf (const color_qi &cqi) | |
color_qf (ftype vh, ftype vs, ftype vv) | |
color_qf & | operator= (const color_qf &)=default |
const color_qi | to_color_qi () |
Back to RGB https://www.rapidtables.com/convert/color/hsv-to-rgb.html. | |
Static Public Member Functions | |
static string | to_string (color_qf s) |
Public Attributes | |
ftype | h |
ftype | s |
Hue degree between 0.0 and 360.0. | |
ftype | v |
Saturation between 0.0 (gray) and 1.0. | |
Color quantified as floating point HSV components in the range [0,1].
https://web.archive.org/web/20150303174723/ http://en.literateprograms.org/RGB_to_HSV_color_space_conversion_(C)
Definition at line 536 of file a60-svg-color.h.
using svg::color_qf::ftype = float |
Definition at line 538 of file a60-svg-color.h.
|
default |
Value between 0.0 (black) and 1.0.
|
default |
Definition at line 550 of file a60-svg-color.h.
|
inline |
|
inline |
|
inline |
Back to RGB https://www.rapidtables.com/convert/color/hsv-to-rgb.html.
Definition at line 630 of file a60-svg-color.h.
|
inlinestatic |
ftype svg::color_qf::h |
Definition at line 540 of file a60-svg-color.h.
ftype svg::color_qf::s |
Hue degree between 0.0 and 360.0.
Definition at line 541 of file a60-svg-color.h.
ftype svg::color_qf::v |
Saturation between 0.0 (gray) and 1.0.
Definition at line 542 of file a60-svg-color.h.