int = FillConsoleOutputAttribute(Attribute, Length
, WriteCoord
)
Set text attributes for a consecutive series of
characters
Parameters
Attribute : int
Text attributes to be set, combination of
FOREGROUND_*, BACKGROUND_*, and COMMON_LVB_* constantsLength : int
The number of characters to setWriteCoord : PyCOORD
The screen position to begin atReturn Value
Returns the number of character cells whose attributes were set