0.44.0
|
#include <iaConvert.h>
Static Public Member Functions | |
static void | convert (const iaColor3f &src, iaColor3c &dst) |
static void | convert (const iaColor3c &src, iaColor3f &dst) |
static void | convert (const iaColor4f &src, iaColor4c &dst) |
static void | convert (const iaColor4c &src, iaColor4f &dst) |
static void | convertRGBtoHSV (const iaColor3f &rgb, iaColor3f &hsv) |
static void | convertRGBtoHSV (const iaColor4f &rgb, iaColor4f &hsv) |
static void | convertRGBtoHSV (const iaColor3c &rgb, iaColor3c &hsv) |
static void | convertRGBtoHSV (const iaColor4c &rgb, iaColor4c &hsv) |
static void | convertHSVtoRGB (const iaColor3f &hsv, iaColor3f &rgb) |
static void | convertHSVtoRGB (const iaColor4f &hsv, iaColor4f &rgb) |
static void | convertHSVtoRGB (const iaColor3c &hsv, iaColor3c &rgb) |
static void | convertHSVtoRGB (const iaColor4c &hsv, iaColor4c &rgb) |
contains some simple converters
converts byte based color to float
src | src color | |
[out] | dst | destination color |
converts float based color to byte
src | src color | |
[out] | dst | destination color |
converts byte based color to float
src | src color | |
[out] | dst | destination color |
converts float based color to byte
src | src color | |
[out] | dst | destination color |
converts HSV to RGB
hsv | the hsv color | |
[out] | rgb | the rgb color |
converts HSV to RGB
hsv | the hsv color | |
[out] | rgb | the rgb color |
converts HSV to RGB
hsv | the hsv color | |
[out] | rgb | the rgb color |
converts HSV to RGB
hsv | the hsv color | |
[out] | rgb | the rgb color |
converts RGB to HSV
rgb | the rgb color | |
[out] | hsv | the hsv color |
converts RGB to HSV
rgb | the rgb color | |
[out] | hsv | the hsv color |
converts RGB to HSV
rgb | the rgb color | |
[out] | hsv | the hsv color |
converts RGB to HSV
rgb | the rgb color | |
[out] | hsv | the hsv color |