21#ifndef __vtkMRMLColors_h
22#define __vtkMRMLColors_h
24#include "vtkMRMLExport.h"
42 static bool toRGBColor(
const vtkColor3d& from,
double to[3]);
43 static bool toRGBColor(
const char* fromHexadecimal,
double to[3]);
static vtkColor3d sliceYellow()
static bool toRGBColor(const char *fromHexadecimal, double to[3])
static vtkColor3d sliceOrange()
static bool toRGBColor(const vtkColor3d &from, double to[3])
static vtkColor3d sliceGreen()
static vtkColor3d sliceGray()
static vtkColor3d sliceRed()
static vtkColor3d threeDViewBlue()