Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 621 Bytes

is_color.md

File metadata and controls

20 lines (14 loc) · 621 Bytes
weight draft title
9
false
isColor(row, col)

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

Example

Syntax

isColor(row, col)

Parameters

param description
row Number: col number of the cell to be read [[0..height]]({{< ref "height" >}})
col Number: row number of the cell to be read [[0..width]]({{< ref "width" >}})