Веб-документация библиотеки расширений PureData CEAMMC
доступно с версии: 0.9.8
W
bitmap width in pixels, see @w
тип: int
H
bitmap height in pixels, see @h
тип: int
X x coord
тип: int
обязательно: True
Y y coord
тип: int
обязательно: True
D diameter
тип: int
обязательно: True
START start angle. 0 - top
тип: int
единица: deg
обязательно: True
LEN arc length, counter-clockwise
тип: int
единица: deg
обязательно: True
[CENTER=0] if 1: set coordinate of the arc center, not the top-left corner
тип: bool
X x coord
тип: int
обязательно: True
Y y coord
тип: int
обязательно: True
D diameter
тип: int
обязательно: True
[CENTER=0] if 1: set coordinate of the circle center, not the top-left corner
тип: bool
clear
clear bitmap (set all pixels to 0)
COL column
тип: int
обязательно: True
H column height, can be negative(!), to draw in opposite direction
тип: int
обязательно: True
DY y offset
тип: int
обязательно: True
X x coord
тип: int
обязательно: True
Y y coord
тип: int
обязательно: True
W width
тип: int
обязательно: True
H height
тип: int
обязательно: True
[CENTER=0] if 1: set coordinate of the ellipse center, not the top-left corner
тип: bool
get list
output content as list
get matrix
output bitmap content as: [matrix NROWS NCOLS DATA…( message
NROWS matrix number of rows
тип: int
обязательно: True
NCOLS matrix number of columns
тип: int
обязательно: True
AT_ROW row position
тип: int
обязательно: True
AT_COL columns position
тип: int
обязательно: True
invert
invert all pixel values
X0 x0 coord
тип: int
обязательно: True
Y0 y0 coord
тип: int
обязательно: True
X1 x1 coord
тип: int
обязательно: True
Y1 y1 coord
тип: int
обязательно: True
FILE image path, relative, or absolute
тип: symbol
обязательно: True
[SCALE=1] image scale
тип: float
X x coord
тип: int
обязательно: True
Y y coord
тип: int
обязательно: True
[VAL=1] new pixel value
тип: bool
X x coord
тип: int
обязательно: True
Y y coord
тип: int
обязательно: True
W width
тип: int
обязательно: True
H height
тип: int
обязательно: True
[CENTER=0] if 1: set coordinate of the rect center, not the top-left corner
тип: bool
ROW row
тип: int
обязательно: True
W row width, can be negative(!), to draw in opposite right to left
тип: int
обязательно: True
DX x offset
тип: int
обязательно: True
X x coord
тип: int
обязательно: True
Y y coord
тип: int
обязательно: True
D diameter
тип: int
обязательно: True
START start angle. 0 - top
тип: int
единица: deg
обязательно: True
LEN arc length, counter-clockwise
тип: int
единица: deg
обязательно: True
[CENTER=0] if 1: set coordinate of the sector center, not the top-left corner
тип: bool
NROWS matrix number of rows
тип: int
обязательно: True
NCOLS matrix number of columns
тип: int
обязательно: True
DATA data
тип: list
обязательно: True
NROWS matrix number of rows
тип: int
обязательно: True
NCOLS matrix number of columns
тип: int
обязательно: True
AT_ROW row position
тип: int
обязательно: True
AT_COL columns position
тип: int
обязательно: True
DATA data
тип: list
обязательно: True
X left x-coord
тип: int
обязательно: True
Y bottom y-coord
тип: int
обязательно: True
TXT text
тип: symbol
обязательно: True
X0 x0 coord
тип: int
обязательно: True
Y0 y0 coord
тип: int
обязательно: True
X1 x1 coord
тип: int
обязательно: True
Y1 y1 coord
тип: int
обязательно: True
X2 x2 coord
тип: int
обязательно: True
Y2 y2 coord
тип: int
обязательно: True
view
opens bitmap view window
@h (initonly)
Запросить/установить bitmap height in pixels
тип: int
диапазон: 1..256
по умолчанию: 8
@w (initonly)
Запросить/установить bitmap width in pixels
тип: int
диапазон: 1..256
по умолчанию: 8
Смотрите также: [ui.matrix]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later