Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkColorConversions.h File Reference

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 mitk::ColorConversions
 some conversion routines to convert between different color spaces
 

Functions

void mitk::ColorConversions::Hsv2Rgb (float h, float s, float v, float &r, float &g, float &b)
 convert a HSV color to RGB color, H from 0 to 360, all other parameters 0 to 1 More...
 
void mitk::ColorConversions::Rgb2Hsv (float r, float g, float b, float &h, float &s, float &v)
 convert a RGB color to HSV color, rgb parameters from 0 to 1 More...