anatomist  5.1.2
3D neuroimaging data viewer
anatomist::SelectFactory::HColor Struct Reference

#include <anatomist/selection/selectFactory.h>

Public Member Functions

 HColor ()
 
 HColor (float red, float grn, float blu, float al=1., bool ntalp=false)
 
bool operator== (const HColor &) const
 
bool operator!= (const HColor &) const
 

Public Attributes

float r
 
float g
 
float b
 
float a
 
bool na
 neutral alpha More...
 

Detailed Description

Definition at line 74 of file selectFactory.h.

Constructor & Destructor Documentation

◆ HColor() [1/2]

anatomist::SelectFactory::HColor::HColor ( )
inline

Definition at line 76 of file selectFactory.h.

◆ HColor() [2/2]

anatomist::SelectFactory::HColor::HColor ( float  red,
float  grn,
float  blu,
float  al = 1.,
bool  ntalp = false 
)
inline

Definition at line 77 of file selectFactory.h.

Member Function Documentation

◆ operator!=()

◆ operator==()

bool anatomist::SelectFactory::HColor::operator== ( const HColor ) const

Member Data Documentation

◆ a

float anatomist::SelectFactory::HColor::a

Definition at line 86 of file selectFactory.h.

◆ b

float anatomist::SelectFactory::HColor::b

Definition at line 85 of file selectFactory.h.

◆ g

float anatomist::SelectFactory::HColor::g

Definition at line 84 of file selectFactory.h.

◆ na

bool anatomist::SelectFactory::HColor::na

neutral alpha

Definition at line 88 of file selectFactory.h.

◆ r

float anatomist::SelectFactory::HColor::r

Definition at line 83 of file selectFactory.h.


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