LibreOffice Module slideshow (master) 1
Public Member Functions | Public Attributes | List of all members
slideshow::internal::RGBColor::RGBTriple Struct Reference

#include <rgbcolor.hxx>

Public Member Functions

 RGBTriple ()
 
 RGBTriple (double nRed, double nGreen, double nBlue)
 

Public Attributes

double mnRed
 
double mnGreen
 
double mnBlue
 

Detailed Description

Definition at line 58 of file rgbcolor.hxx.

Constructor & Destructor Documentation

◆ RGBTriple() [1/2]

slideshow::internal::RGBColor::RGBTriple::RGBTriple ( )

Definition at line 260 of file color.cxx.

◆ RGBTriple() [2/2]

slideshow::internal::RGBColor::RGBTriple::RGBTriple ( double  nRed,
double  nGreen,
double  nBlue 
)

Definition at line 267 of file color.cxx.

Member Data Documentation

◆ mnBlue

double slideshow::internal::RGBColor::RGBTriple::mnBlue

Definition at line 65 of file rgbcolor.hxx.

Referenced by slideshow::internal::RGBColor::getBlue().

◆ mnGreen

double slideshow::internal::RGBColor::RGBTriple::mnGreen

Definition at line 64 of file rgbcolor.hxx.

Referenced by slideshow::internal::RGBColor::getGreen().

◆ mnRed

double slideshow::internal::RGBColor::RGBTriple::mnRed

Definition at line 63 of file rgbcolor.hxx.

Referenced by slideshow::internal::RGBColor::getRed().


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