lnbSetPictureColorSelectedRight: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2")
mNo edit summary
 
Line 16: Line 16:
|p3= column: [[Number]] - index of the column
|p3= column: [[Number]] - index of the column


|p4= color: [[Array]] - color RGBA
|p4= color: [[Color|Color (RGBA)]]


|r1= [[Nothing]]
|r1= [[Nothing]]
Line 28: Line 28:
|p23= column: [[Number]] - index of the column
|p23= column: [[Number]] - index of the column


|p24= color: [[Array]] - color RGBA
|p24= color: [[Color|Color (RGBA)]]


|r2= [[Nothing]]
|r2= [[Nothing]]

Latest revision as of 01:21, 3 January 2026

Hover & click on the images for description

Description

Description:
Sets the color of the right picture when it is selected.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetPictureColorSelectedRight [idc, [row, column], color]
Parameters:
idc: Number
row: Number - index of the row
column: Number - index of the column
color: Color (RGBA)
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetPictureColorSelectedRight [[row, column], color]
Parameters:
ctrl: Control
row: Number - index of the row
column: Number - index of the column
color: Color (RGBA)
Return Value:
Nothing

Examples

Example 1:
_control lnbSetPictureColorSelectedRight [[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