If
true,nameis written toout_streamwhen theColoris used for drawing or filling. Otherwise, the RGB (red-green-blue) values are written toout_stream.
true, if theColorhas been created bycreate_new<Color>(), which allocates memory for theColoron the free store. Otherwisefalse.Colorsshould only ever be dynamically allocated by usingcreate_new<Color>(). See Color Reference;;Constructors and Setting Functions.