Struct ColorF

Represents RGBA color with floating point channels in [0, 1] range

struct ColorF

Constructors

NameDescription
this (r, g, b, a)
this (cu)

Fields

TypeNameDescription
float
a
float
b
float
g
float
r

Methods

NameDescription
premultiplied ()