GuiGridListGetItemColor

From Multi Theft Auto: Wiki
Revision as of 18:34, 20 March 2010 by Gamesnert (talk | contribs) (Created page with '{{Client function}} __NOTOC__ This function gets the color of a gridlist item. ==Syntax== <syntaxhighlight lang="lua"> int int int int guiGridListGetItemColor ( element gridList, int rowIndex…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function gets the color of a gridlist item.

Syntax

int int int int guiGridListGetItemColor ( element gridList, int rowIndex, int columnIndex )

Required Arguments

  • gridList: The grid list element
  • rowIndex: Row ID
  • columnIndex: Column ID

Returns

Returns four int values, representing the amount of red, green, blue and alpha if successful. false otherwise.

Example

-- Needs example

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows