Wrap a Color in an $Color
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) { return $Color.wrap(Color(args[0]!.$value)); }