Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DataOutBase::EpsFlags::RgbValues Struct Reference

#include <deal.II/base/data_out_base.h>

Public Member Functions

bool is_grey () const
 

Public Attributes

float red
 
float green
 
float blue
 

Detailed Description

Structure keeping the three color values in the RGB system.

Definition at line 959 of file data_out_base.h.

Member Function Documentation

◆ is_grey()

bool DataOutBase::EpsFlags::RgbValues::is_grey ( ) const
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 3560 of file data_out_base.h.

Member Data Documentation

◆ red

float DataOutBase::EpsFlags::RgbValues::red

Definition at line 961 of file data_out_base.h.

◆ green

float DataOutBase::EpsFlags::RgbValues::green

Definition at line 962 of file data_out_base.h.

◆ blue

float DataOutBase::EpsFlags::RgbValues::blue

Definition at line 963 of file data_out_base.h.


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