RGB.this

Parametrized ctor for working with any arithmetic types

class RGB
this
(
T
U
V
)
(
T red
,,)
if (
allArithmetic!(T, U, V)
)

Parameters

red T

red componemt

green U

green componemt

blue V

blue componemt

Meta