Is Color

isColor() #

Returns true if the cell found at (row, col) is a color and false otherwise.

Example #

Syntax #

isColor(row, col)

Parameters #

paramdescription
rowNumber: col number of the cell to be read [0..height]
colNumber: row number of the cell to be read [0..width]