![]() |
Reference documentation for deal.II version GIT 921d917bf4 2023-02-06 18:40:02+00:00
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
bool | is_grey () const |
Public Attributes | |
float | red |
float | green |
float | blue |
Structure keeping the three color values in the RGB system.
Definition at line 969 of file data_out_base.h.
|
inline |
Return true
if the color represented by the three color values is a grey scale, i.e. all components are equal.
Definition at line 3556 of file data_out_base.h.
float DataOutBase::EpsFlags::RgbValues::red |
Definition at line 971 of file data_out_base.h.
float DataOutBase::EpsFlags::RgbValues::green |
Definition at line 972 of file data_out_base.h.
float DataOutBase::EpsFlags::RgbValues::blue |
Definition at line 973 of file data_out_base.h.