【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.6.35 RGBtoHSV
Contents
Description
convert RGB color to HSV
Syntax
void RGBtoHSV( COLORREF cr, double* h, double* s, double* v )
Parameters
- cr
- [input] rgb values to convert
- h
- [output] pointer to receive Hue
- s
- [output] pointer to receive Saturation
- v
- [output] pointer to receive Value
Return
Examples
Remark
See Also
Header to Included
origin.h