c method

XStyle c(
  1. Color col
)

Implementation

XStyle c(Color col) {
  color = col;
  return this;
}