DxLibEx
dxle::color Namespace Reference

Classes

class  color_base
 
class  dx_color
 
class  dx_color_param
 
struct  is_colortype
 
class  rgb
 

Enumerations

enum  color_tag : unsigned {
  color_tag::black, color_tag::blue, color_tag::cyan, color_tag::darkgray,
  color_tag::gray, color_tag::green, color_tag::lightgray, color_tag::magenta,
  color_tag::orange, color_tag::pink, color_tag::red, color_tag::white,
  color_tag::yellow, color_tag::numof_variation
}
 

Functions

template<typename to , typename from , typename enable_if< is_colortype< from >::value &&is_colortype< to >::value, nullptr_t >::type = nullptr>
to color_cast (from &&bace)
 

Enumeration Type Documentation

§ color_tag

enum dxle::color::color_tag : unsigned
strong
Enumerator
black 

blue 

cyan 

シアン

darkgray 

ダークグレー(X11)

gray 

グレー

green 

緑(X11)

lightgray 

ライトグレー

magenta 

マゼンタ

orange 

オレンジ

pink 

ピンク

red 

white 

yellow 

黄色

numof_variation 

Definition at line 28 of file color.hpp.

Function Documentation

§ color_cast()

template<typename to , typename from , typename enable_if< is_colortype< from >::value &&is_colortype< to >::value, nullptr_t >::type = nullptr>
to dxle::color::color_cast ( from &&  bace)

Definition at line 193 of file color.hpp.