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

#include <hslcolor.hxx>

Public Member Functions

 HSLTriple ()
 
 HSLTriple (double nHue, double nSaturation, double nLuminance)
 

Public Attributes

double mnHue
 
double mnSaturation
 
double mnLuminance
 

Detailed Description

Definition at line 57 of file hslcolor.hxx.

Constructor & Destructor Documentation

◆ HSLTriple() [1/2]

slideshow::internal::HSLColor::HSLTriple::HSLTriple ( )

Definition at line 157 of file color.cxx.

◆ HSLTriple() [2/2]

slideshow::internal::HSLColor::HSLTriple::HSLTriple ( double  nHue,
double  nSaturation,
double  nLuminance 
)

Definition at line 164 of file color.cxx.

Member Data Documentation

◆ mnHue

double slideshow::internal::HSLColor::HSLTriple::mnHue

Definition at line 62 of file hslcolor.hxx.

Referenced by slideshow::internal::HSLColor::getHue().

◆ mnLuminance

double slideshow::internal::HSLColor::HSLTriple::mnLuminance

Definition at line 64 of file hslcolor.hxx.

Referenced by slideshow::internal::HSLColor::getLuminance().

◆ mnSaturation

double slideshow::internal::HSLColor::HSLTriple::mnSaturation

Definition at line 63 of file hslcolor.hxx.

Referenced by slideshow::internal::HSLColor::getSaturation().


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