User Guide
Standard NetLinx API (SNAPI) R 1.8.0
176
Multi Window Functions (Cont.)
Name Component Channel Level Command Constant Notes
adjustColor(1) IWindowComponent 150 COLOR_UP Momentary Function Channel: Color is
incremented when channel is activated
adjustColor(-1) IWindowComponent 151 COLOR_DN Momentary Function Channel: Color is
decremented when channel is activated
adjustContrast(1) IWindowComponent 152 CONTRAST_UP Momentary Function Channel: Contrast is
incremented when channel is activated
adjustContrast(-1) IWindowComponent 153 CONTRAST_DN Momentary Function Channel: Contrast is
decremented when channel is activated
adjustSharpness(1) IWindowComponent 154 SHARP_UP Momentary Function Channel: Sharpness
is incremented when channel is activated
adjustSharpness(-1) IWindowComponent 155 SHARP_DN Momentary Function Channel: Sharpness
is decremented when channel is activated
adjustTint(1) IWindowComponent 156 TINT_UP Momentary Function Channel: Tint is incre-
mented when channel is activated
adjustTint(-1) IWindowComponent 157 TINT_DN Momentary Function Channel: Tint is dec-
remented when channel is activated
cycleFreeze() IWindowComponent 213 PIC_FREEZE Momentary Function Channel: Cycle freeze
when channel is activated
cyclePictureMute() IWindowComponent 210 PIC_MUTE Momentary Function Channel: Cycle pic-
ture mute when channel is activated
getImagePosition() IWindowComponent ?IMAGE Query for the image position. Response
with IMAGE-
<source>,<x>,<y>,<height>,<width> where
<source> is 1 to the maximum source num-
ber (see specific module documentation)
getImageSize() IWindowComponent ?IMAGE Query for the image size. Response with
IMAGE-
<source>,<x>,<y>,<height>,<width> where
<source> is 1 to the maximum source num-
ber (see specific module documentation)
getImageSource() IWindowComponent ?IMAGE Query for the image source. Response
with IMAGE-
<source>,<x>,<y>,<height>,<width> where
<source> is 1 to the maximum source num-
ber (see specific module documentation)
getWindowComponentAddress(index) IWindowComponent ?WINDOWADDR-
<index>
Query for the address of the window at
index <index>, responds with WINDOW-
ADDR-<index>,<address>
getWindowComponentIndex(windowAddress) IWindowComponent ?WINDOWIDX-
<address>
Query for the index of the window with
address <address>, responds with WIN-
DOWADDR-<index>,<address>
getWindowPosition() IWindowComponent ?WINDOW Query for the window position. Response
with WINDOW-<x>,<y>,<height>,<width>