LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
NamedColor Struct Reference

#include <namedcolor.hxx>

Collaboration diagram for NamedColor:
[legend]

Public Member Functions

 NamedColor ()=default
 
 NamedColor (Color const &rColor, OUString const &rName)
 
model::ComplexColor getComplexColor ()
 

Public Attributes

Color m_aColor
 
OUString m_aName
 
sal_Int16 m_nThemeIndex = -1
 
sal_Int16 m_nLumMod = 10000
 
sal_Int16 m_nLumOff = 0
 

Detailed Description

Definition at line 18 of file namedcolor.hxx.

Constructor & Destructor Documentation

◆ NamedColor() [1/2]

NamedColor::NamedColor ( )
default

◆ NamedColor() [2/2]

NamedColor::NamedColor ( Color const &  rColor,
OUString const &  rName 
)
inline

Definition at line 28 of file namedcolor.hxx.

References m_aColor, and m_aName.

Member Function Documentation

◆ getComplexColor()

model::ComplexColor NamedColor::getComplexColor ( )
inline

Member Data Documentation

◆ m_aColor

Color NamedColor::m_aColor

Definition at line 20 of file namedcolor.hxx.

◆ m_aName

OUString NamedColor::m_aName

Definition at line 21 of file namedcolor.hxx.

◆ m_nLumMod

sal_Int16 NamedColor::m_nLumMod = 10000

Definition at line 23 of file namedcolor.hxx.

◆ m_nLumOff

sal_Int16 NamedColor::m_nLumOff = 0

Definition at line 24 of file namedcolor.hxx.

◆ m_nThemeIndex

sal_Int16 NamedColor::m_nThemeIndex = -1

Definition at line 22 of file namedcolor.hxx.


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