format_set_fg_color

@brief Set the pattern foreground color for a cell.

@param format Pointer to a Format instance. @param color The cell pattern foreground color.

The format_set_fg_color() method can be used to set the foreground color of a pattern.

The color should be an RGB integer value, see @ref working_with_colors.

extern (C)
void
format_set_fg_color

Meta