armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
BaseColor.hsb
armos
types
color
BaseColor
色をHSBで指定します.
struct
BaseColor
(T, T Limit)
C
hsb
(
Hue
Saturation
Value
)
(
in
Hue
hue
,
in
Saturation
saturation
,
in
Value
value
)
if
(
__traits(
isArithmetic
,
Hue
,
Saturation
,
Value
)
)
Parameters
hue
Hue
[0, 255]
saturation
Saturation
[0, 255]
value
Value
[0, 255]
Meta
Source
See Implementation
armos
types
color
BaseColor
aliases
C
constructors
this
functions
hsb
opAdd
opCast
opSub
variables
a
b
g
limit
r
色をHSBで指定します.