lnbSetPictureColorRight: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "\|x([0-9]) *= * <code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(5 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 21: Line 20:
|r1= [[Nothing]]
|r1= [[Nothing]]


|s2= ctrl [[lnbSetPictureColorRight]] <nowiki>[</nowiki>[row, column], color]
|s2= ctrl [[lnbSetPictureColorRight]] [<nowiki/>[row, column], color]


|p21= ctrl: [[Control]]
|p21= ctrl: [[Control]]
Line 33: Line 32:
|r2= [[Nothing]]
|r2= [[Nothing]]


|x1= <code>_control [[lnbSetPictureColorRight]] <nowiki>[</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