PyConsoleScreenBuffer.WriteConsoleOutputAttribute

int = WriteConsoleOutputAttribute(Attributes, WriteCoord )

Sets the attributes of a range of character cells

Parameters

Attributes : (int,...)

A sequence of ints containing the attributes to be set

WriteCoord : PyCOORD

The screen position at which to start writing

Return Value

Returns the number of attributes set