clamp255

Limits a value to a maximum of 0xFF (= 255).

@safe pure nothrow @nogc
ubyte
clamp255
(
Tint
)
(
const Tint value
)

Meta