read_scan_line_argb method

read_scan_line_argb

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

Returns

The scan line pixel color values array as ARGB.

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

See Also