Euphoria
Variables
eu::hues Namespace Reference

Variables

constexpr eu::An red = An::from_degrees(0.0f)
 
constexpr eu::An orange = An::from_degrees(30.0f)
 
constexpr eu::An yellow = An::from_degrees(60.0f)
 
constexpr eu::An green = An::from_degrees(120.0f)
 
constexpr eu::An cyan = An::from_degrees(180.0f)
 
constexpr eu::An blue = An::from_degrees(240.0f)
 
constexpr eu::An magenta = An::from_degrees(300.0f)
 

Variable Documentation

◆ blue

constexpr eu::An eu::hues::blue = An::from_degrees(240.0f)
constexpr

Definition at line 137 of file colors.h.

◆ cyan

constexpr eu::An eu::hues::cyan = An::from_degrees(180.0f)
constexpr

Definition at line 136 of file colors.h.

◆ green

constexpr eu::An eu::hues::green = An::from_degrees(120.0f)
constexpr

Definition at line 135 of file colors.h.

◆ magenta

constexpr eu::An eu::hues::magenta = An::from_degrees(300.0f)
constexpr

Definition at line 138 of file colors.h.

◆ orange

constexpr eu::An eu::hues::orange = An::from_degrees(30.0f)
constexpr

Definition at line 133 of file colors.h.

◆ red

constexpr eu::An eu::hues::red = An::from_degrees(0.0f)
constexpr

Definition at line 132 of file colors.h.

◆ yellow

constexpr eu::An eu::hues::yellow = An::from_degrees(60.0f)
constexpr

Definition at line 134 of file colors.h.