◄Up► ◄Contents► ◄Index► ◄Back► ─────PWB Extensions───────────────────────────────────────────────────────── Syntax: void SetColor( PFILE pfFile, LINE y, COL x, COL length, int color ); See: AddAColor, GetColor, PutColor, SetHiLite ◄Using Colors in Extensions► SetColor assigns a color to a sequence of characters on a single line. The sequence starts at column <x>, line <y> in file <pfFile> and continues for <length> characters. The <color> can be a predefined color constant or an index returned by AddAColor. See: ◄Color Constants► -♦-