armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
BaseColor.this
armos
types
color
BaseColor
RGBAで色を指定します.透明度は省略可能です.
this
(int hexColor, float alpha)
this
(float red, float green, float blue, float alpha)
struct
BaseColor
(T, T Limit)
this
(
in
float
red
,
in
float
green
,
in
float
blue
,
in
float
alpha
=
limit
)
this
(V v)
Meta
Source
See Implementation
armos
types
color
BaseColor
aliases
C
constructors
this
functions
hsb
opAdd
opCast
opSub
variables
a
b
g
limit
r
RGBAで色を指定します.透明度は省略可能です.