Lumino
ln::UIColors Class Reference

定義済みの色を取得するためのクラスです。 More...

#include <UIColors.hpp>

Static Public Member Functions

static const Colorred (int shades=5)
 色の濃さ (0~9) を指定して、 Red カラーパレットの色を取得します。
 
static const Colorpink (int shades=5)
 色の濃さ (0~9) を指定して、 Pink カラーパレットの色を取得します。
 
static const Colorpurple (int shades=5)
 色の濃さ (0~9) を指定して、 Purple カラーパレットの色を取得します。
 
static const ColordeepPurple (int shades=5)
 色の濃さ (0~9) を指定して、 DeepPurple カラーパレットの色を取得します。
 
static const Colorindigo (int shades=5)
 色の濃さ (0~9) を指定して、 Indigo カラーパレットの色を取得します。
 
static const Colorblue (int shades=5)
 色の濃さ (0~9) を指定して、 Blue カラーパレットの色を取得します。
 
static const ColorlightBlue (int shades=5)
 色の濃さ (0~9) を指定して、 LightBlue カラーパレットの色を取得します。
 
static const Colorcyan (int shades=5)
 色の濃さ (0~9) を指定して、 Cyan カラーパレットの色を取得します。
 
static const Colorteal (int shades=5)
 色の濃さ (0~9) を指定して、 Teal カラーパレットの色を取得します。
 
static const Colorgreen (int shades=5)
 色の濃さ (0~9) を指定して、 Green カラーパレットの色を取得します。
 
static const ColorlightGreen (int shades=5)
 色の濃さ (0~9) を指定して、 LightGreen カラーパレットの色を取得します。
 
static const Colorlime (int shades=5)
 色の濃さ (0~9) を指定して、 Lime カラーパレットの色を取得します。
 
static const Coloryellow (int shades=5)
 色の濃さ (0~9) を指定して、 Yellow カラーパレットの色を取得します。
 
static const Coloramber (int shades=5)
 色の濃さ (0~9) を指定して、 Amber カラーパレットの色を取得します。
 
static const Colororange (int shades=5)
 色の濃さ (0~9) を指定して、 Orange カラーパレットの色を取得します。
 
static const ColordeepOrange (int shades=5)
 色の濃さ (0~9) を指定して、 DeepOrange カラーパレットの色を取得します。
 
static const Colorbrown (int shades=5)
 色の濃さ (0~9) を指定して、 Brown カラーパレットの色を取得します。
 
static const Colorgrey (int shades=5)
 色の濃さ (0~9) を指定して、 Grey カラーパレットの色を取得します。
 
static const Colorget (UIColorHues hue, int shades=5)
 カラーインデックスと色の濃さ (0~9) を指定して、色を取得します。
 

Detailed Description

定義済みの色を取得するためのクラスです。

カラーパレットは MaterialDesign の色で定義されています。 https://material.io/design/color/the-color-system.html

MaterialDesign をベースとしていますが、連続的なアクセスを簡単にするため カラーインデックス (引数 shades) は 0~9 で指定する点に注意してください。


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