read_scan_line method

read_scan_line

Reads the whole scan line by the specified scan line index.

Returns

The scan line pixel color values array.

def read_scan_line(self, scan_line_index):
    ...
ParameterTypeDescription
scan_line_indexintZero based index of the scan line.

See Also