Color

Overview

Color is a type in Aspose.PDF FOSS for Go.

Color represents an RGBA color with values in [0, 1].

Properties: A, B, G, R.

Properties

NameTypeAccessDescription
Rfloat64Read/WriteGets the r.
Gfloat64Read/WriteGets the g.
Bfloat64Read/WriteGets the b.
Afloat64Read/WriteGets the a.

See Also