lnbColorRight: 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


|r1= [[Array]] - RGBA
|r1= [[Color|Color (RGBA)]]


|s2= ctrl [[lnbColorRight]] [row, column]
|s2= ctrl [[lnbColorRight]] [row, column]
Line 26: Line 26:
|p23= column: [[Number]] - index of the column
|p23= column: [[Number]] - index of the column


|r2= [[Array]] - RGBA
|r2= [[Color|Color (RGBA)]]


|x1= <sqf>private _result = _control lnbColorRight [0, 0];</sqf>
|x1= <sqf>private _result = _control lnbColorRight [0, 0];</sqf>

Latest revision as of 05:15, 3 January 2026

Hover & click on the images for description

Description

Description:
Returns the right color of given row.
Groups:
GUI Control - ListNBox

Syntax

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

Alternative Syntax

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

Examples

Example 1:
private _result = _control lnbColorRight [0, 0];

Additional Information

See also:
lnbSetColor lnbSetColorRight lnbColor

Notes

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