lnbSetPictureColorRight: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "\|x([0-9]) *= * <code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|game1= arma3
|game1= arma3
|version1= 1.00
|version1= 1.00


|gr1= GUI Control - ListNBox
|gr1= GUI Control - ListNBox


|descr= Sets color of the right picture in a [[CT_LISTNBOX]].
|descr= Sets color of the right picture in a [[CT_LISTNBOX]].


|s1= [[lnbSetPictureColorRight]] [idc, [row, column], color]
|s1= [[lnbSetPictureColorRight]] [idc, [row, column], color]
Line 32: Line 32:
|r2= [[Nothing]]
|r2= [[Nothing]]


|x1= <code>_control [[lnbSetPictureColorRight]] [<nowiki/>[0, 0], [1,1,1,0.5]];</code>
|x1= <sqf>_control lnbSetPictureColorRight [[0, 0], [1,1,1,0.5]];</sqf>


|seealso= [[lnbSetColor]] [[lnbColorRight]] [[lnbColor]]
|seealso= [[lnbSetColor]] [[lnbColorRight]] [[lnbColor]]
}}
}}

Revision as of 10:38, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets color of the right picture in a CT_LISTNBOX.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetPictureColorRight [idc, [row, column], color]
Parameters:
idc: Number
row: Number - Index of the row
column: Number - Index of the column
color: Array - Color RGBA
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetPictureColorRight [[row, column], color]
Parameters:
ctrl: Control
row: Number - Index of the row
column: Number - Index of the column
color: Array - Color RGBA
Return Value:
Nothing

Examples

Example 1:
_control lnbSetPictureColorRight [[0, 0], [1,1,1,0.5]];

Additional Information

See also:
lnbSetColor lnbColorRight lnbColor

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note