BIS fnc displayColorGet: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| TKOH | |game1= TKOH | ||
|version1= 1.00 | |||
| | |game2= arma3 | ||
|version2= 0.50 | |||
|gr1= GUI | |gr1= GUI | ||
| Loads custom [[User Interface Colors|color settings]] from CfgUIDefault. | |descr= Loads custom [[User Interface Colors|color settings]] from CfgUIDefault. | ||
If variables are not stored in [[profileNamespace]] yet, the function will declare them. | If variables are not stored in [[profileNamespace]] yet, the function will declare them. | ||
{{{!}} | {{{!}} | ||
{{!}} style | {{!}} style="vertical-align: top; width: 50%" {{!}} | ||
<!-- A3 --> | <!-- A3 --> | ||
{{{!}} class | {{{!}} class="wikitable" | ||
{{!}}+ {{arma3}} v1.99 | {{!}}+ {{arma3}} v1.99 | ||
! Tag !! Variable !! Description | ! Tag !! Variable !! Description | ||
{{!}}- | {{!}}- | ||
! rowspan | ! rowspan="5" {{!}} "IGUI" | ||
{{!}}"BCG_RGB" {{!}}{{!}} Backgrounds | {{!}}"BCG_RGB" {{!}}{{!}} Backgrounds | ||
{{!}}- | {{!}}- | ||
Line 29: | Line 31: | ||
{{!}} "TACTPING_RGB" {{!}}{{!}} Tactical Ping | {{!}} "TACTPING_RGB" {{!}}{{!}} Tactical Ping | ||
{{!}}- | {{!}}- | ||
! rowspan | ! rowspan="2" {{!}} "GUI" | ||
{{!}} "BCG_RGB" {{!}}{{!}} Backgrounds | {{!}} "BCG_RGB" {{!}}{{!}} Backgrounds | ||
{{!}}- | {{!}}- | ||
{{!}} "TITLETEXT_RGB" {{!}}{{!}} Title Text | {{!}} "TITLETEXT_RGB" {{!}}{{!}} Title Text | ||
{{!}}- | {{!}}- | ||
! rowspan | ! rowspan="5" {{!}} "Map" | ||
{{!}} "BLUFOR" {{!}}{{!}} BLUFOR | {{!}} "BLUFOR" {{!}}{{!}} BLUFOR | ||
{{!}}- | {{!}}- | ||
Line 45: | Line 47: | ||
{{!}} "Unknown" {{!}}{{!}} Unknown | {{!}} "Unknown" {{!}}{{!}} Unknown | ||
{{!}}- | {{!}}- | ||
! rowspan | ! rowspan="2" {{!}} "Subtitles" | ||
{{!}} "Background" {{!}}{{!}} Subtitle background | {{!}} "Background" {{!}}{{!}} Subtitle background | ||
{{!}}- | {{!}}- | ||
Line 51: | Line 53: | ||
{{!}}} | {{!}}} | ||
{{!}} style | {{!}} style="vertical-align: top; width: 50%" {{!}} | ||
<!-- TKOH --> | <!-- TKOH --> | ||
{{{!}} class | {{{!}} class="wikitable" | ||
{{!}}+ {{tkoh}} v1.00 | {{!}}+ {{tkoh}} v1.00 | ||
! Tag !! Variable !! Description | ! Tag !! Variable !! Description | ||
{{!}}- | {{!}}- | ||
! rowspan | ! rowspan="2" {{!}} "IGUI" | ||
{{!}}"IGUI_TEXT_RGB" {{!}}{{!}} HUD color '''RGB''' | {{!}}"IGUI_TEXT_RGB" {{!}}{{!}} HUD color '''RGB''' | ||
{{!}}- | {{!}}- | ||
{{!}} "IGUI_TEXT_COLOR" {{!}}{{!}} HUD color '''RGBA''' | {{!}} "IGUI_TEXT_COLOR" {{!}}{{!}} HUD color '''RGBA''' | ||
{{!}}- | {{!}}- | ||
! rowspan | ! rowspan="5" {{!}} "GUI" | ||
{{!}} "BCG_RGB" {{!}}{{!}} menu background '''RGB''' | {{!}} "BCG_RGB" {{!}}{{!}} menu background '''RGB''' | ||
{{!}}- | {{!}}- | ||
Line 76: | Line 78: | ||
{{!}}} | {{!}}} | ||
| [tag, variable] call [[BIS_fnc_displayColorGet]] | |s1= [tag, variable] call [[BIS_fnc_displayColorGet]] | ||
|p1= tag: [[String]] - Tag defined in [[User Interface Colors|CfgUIDefault]] | |p1= tag: [[String]] - Tag defined in [[User Interface Colors|CfgUIDefault]] | ||
Line 82: | Line 84: | ||
|p2= variable: [[String]] - Variable defined in "CfgUIColors" >> Variables | |p2= variable: [[String]] - Variable defined in "CfgUIColors" >> Variables | ||
| [[Array]] - in format [[Color|Color (RGBA)]] | |r1= [[Array]] - in format [[Color|Color (RGBA)]] | ||
|s2= init call [[BIS_fnc_displayColorGet]]; | |s2= init call [[BIS_fnc_displayColorGet]]; | ||
Line 94: | Line 96: | ||
|seealso= [[Color|Color (RGBA)]], [[BIS_fnc_colorRGBtoHTML]], [[BIS_fnc_colorRGBAtoHTML]], [[BIS_fnc_colorRGBAtoTexture]] | |seealso= [[Color|Color (RGBA)]], [[BIS_fnc_colorRGBtoHTML]], [[BIS_fnc_colorRGBAtoHTML]], [[BIS_fnc_colorRGBAtoTexture]] | ||
}} | }} | ||
Revision as of 17:45, 11 May 2021
Description
- Description:
- Loads custom color settings from CfgUIDefault.
If variables are not stored in profileNamespace yet, the function will declare them.
Arma 3 v1.99 Tag Variable Description "IGUI" "BCG_RGB" Backgrounds "TEXT_RGB" Active Elements "WARNING_RGB" Warnings "ERROR_RGB" Errors "TACTPING_RGB" Tactical Ping "GUI" "BCG_RGB" Backgrounds "TITLETEXT_RGB" Title Text "Map" "BLUFOR" BLUFOR "OPFOR" OPFOR "Independent" Independent "Civilian" Civilian "Unknown" Unknown "Subtitles" "Background" Subtitle background "Text" Subtitle text Take On Helicopters v1.00 Tag Variable Description "IGUI" "IGUI_TEXT_RGB" HUD color RGB "IGUI_TEXT_COLOR" HUD color RGBA "GUI" "BCG_RGB" menu background RGB "GUI_BCG_COLOR" menu background RGBA "GUI_BCG_MEDIUM_RGB" button background RGB (darker version of GUI_BCG_RGB) "GUI_BCG_MEDIUM_COLOR" button background RGBA "GUI_BCG_ACTIVE_RGB" active button background color (e.g. focused buttons) RGB - Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [tag, variable] call BIS_fnc_displayColorGet
- Parameters:
- tag: String - Tag defined in CfgUIDefault
- variable: String - Variable defined in "CfgUIColors" >> Variables
- Return Value:
- Array - in format Color (RGBA)
Alternative Syntax
- Syntax:
- init call BIS_fnc_displayColorGet;
- Parameters:
- init: Boolean - when used, function will initialize all color presets
- Return Value:
- Nothing
Examples
- Example 1:
["GUI", "BCG_RGB"] call BIS_fnc_displayColorGet;//Returns menu color
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note