You are not clear in explaining your problem, but this line:
cs.Initialize.Color(Colors.Red).Append("Hello ").Pop.Append("World!").PopAll
should look like this to make all text red:
cs.Initialize.Color(Colors.Red).Append("Hello ").Append("World!").PopAll