Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkColorProperty.h File Reference
#include <mitkBaseProperty.h>
#include <MitkCoreExports.h>
#include <itkRGBPixel.h>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Classes

class  mitk::ColorProperty
 The ColorProperty class RGB color property. More...
 

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 itk
 SET FUNCTIONS.
 

Typedefs

typedef itk::RGBPixel< float > mitk::Color
 Color Standard RGB color typedef (float) More...
 

Functions

template<typename TComponent >
void itk::to_json (nlohmann::json &j, const RGBPixel< TComponent > &c)
 
template<typename TComponent >
void itk::from_json (const nlohmann::json &j, RGBPixel< TComponent > &c)