GuiGridListGetItemColor: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 18:34, 20 March 2010

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