Shape color, specified as the comma-separated pair consisting
of 'Color
' and either a character vector, cell
array of character vector, or matrix. You can specify a different
color for each shape, or one color for all shapes.
To specify a color for each shape, set Color
to
a cell array of color character vectors or an M-by-3
matrix of M number of RGB (red, green, and blue)
color values.
To specify one color for all shapes, set Color
to
either a color character vector or an [R G B] vector. The [R G B]
vector contains the red, green, and blue values.
Supported colors: 'blue'
, 'green'
, 'red'
, 'cyan'
, 'magenta'
, 'black'
,'black'
,
and 'white'
.
Data Types: cell
| char
| uint8
| uint16
| int16
| double
| single