ManaPlus
Public Member Functions | Data Fields
ColorPair Struct Reference

#include <colorpair.h>

Public Member Functions

 ColorPair (const Color *const c1, const Color *const c2)
 

Data Fields

const Colorcolor1
 
const Colorcolor2
 

Detailed Description

Definition at line 29 of file colorpair.h.

Constructor & Destructor Documentation

◆ ColorPair()

ColorPair::ColorPair ( const Color *const  c1,
const Color *const  c2 
)
inline

Definition at line 31 of file colorpair.h.

32  :
33  color1(c1),
34  color2(c2)
35  {
36  }
const Color * color2
Definition: colorpair.h:41
const Color * color1
Definition: colorpair.h:40

Field Documentation

◆ color1

const Color* ColorPair::color1

Definition at line 40 of file colorpair.h.

Referenced by ColorPage::draw().

◆ color2

const Color* ColorPair::color2

Definition at line 41 of file colorpair.h.

Referenced by ColorPage::draw().


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