FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Public Member Functions | Static Public Member Functions | List of all members
fast::Color Class Reference

#include <Color.hpp>

Public Member Functions

 Color ()
 
 Color (float red, float green, float blue)
 
Vector3f asVector () const
 
float getRedValue () const
 
float getGreenValue () const
 
float getBlueValue () const
 

Static Public Member Functions

static Color fromString (std::string str)
 
static Color Red ()
 
static Color Green ()
 
static Color Blue ()
 
static Color White ()
 
static Color Black ()
 
static Color Yellow ()
 
static Color Magenta ()
 
static Color Cyan ()
 
static Color Brown ()
 

Constructor & Destructor Documentation

◆ Color() [1/2]

fast::Color::Color ( )
inline

◆ Color() [2/2]

fast::Color::Color ( float  red,
float  green,
float  blue 
)
inline

Member Function Documentation

◆ asVector()

Vector3f fast::Color::asVector ( ) const
inline

◆ Black()

static Color fast::Color::Black ( )
inlinestatic

◆ Blue()

static Color fast::Color::Blue ( )
inlinestatic

◆ Brown()

static Color fast::Color::Brown ( )
inlinestatic

◆ Cyan()

static Color fast::Color::Cyan ( )
inlinestatic

◆ fromString()

static Color fast::Color::fromString ( std::string  str)
inlinestatic

◆ getBlueValue()

float fast::Color::getBlueValue ( ) const
inline

◆ getGreenValue()

float fast::Color::getGreenValue ( ) const
inline

◆ getRedValue()

float fast::Color::getRedValue ( ) const
inline

◆ Green()

static Color fast::Color::Green ( )
inlinestatic

◆ Magenta()

static Color fast::Color::Magenta ( )
inlinestatic

◆ Red()

static Color fast::Color::Red ( )
inlinestatic

◆ White()

static Color fast::Color::White ( )
inlinestatic

◆ Yellow()

static Color fast::Color::Yellow ( )
inlinestatic

The documentation for this class was generated from the following file: