background(int $color, int $pattern = self::PATTERN_SOLID): self
color const or RGB hex
pattern style
$format = new \Vtiful\Kernel\Format($fileHandle); $backgroundStyle = $format->background( \Vtiful\Kernel\Format::COLOR_RED )->toResource();
Last updated 5 years ago