If
true
,name
is written toout_stream
when theColor
is used for drawing or filling. Otherwise, the RGB (red-green-blue) values are written toout_stream
.
true
, if theColor
has been created bycreate_new<Color>()
, which allocates memory for theColor
on the free store. Otherwisefalse
.Colors
should only ever be dynamically allocated by usingcreate_new<Color>()
. See Color Reference;;Constructors and Setting Functions.