Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
palette.cpp File Reference
#include "palette.h"

Go to the source code of this file.

Namespaces

namespace  Fluid
 

Macros

#define FLUID_PALETTE_COLOR(name, red, green, blue)
 

Macro Definition Documentation

◆ FLUID_PALETTE_COLOR

#define FLUID_PALETTE_COLOR (   name,
  red,
  green,
  blue 
)
Value:
QColor PaletteTokens::name() const \
{ \
return QColor(red, green, blue); \
}

Definition at line 10 of file palette.cpp.