BIS_fnc_colorRGBAtoTexture

From Bohemia Interactive Community
Revision as of 02:15, 30 April 2023 by Lou Montana (talk | contribs) (Text replacement - "<span style="color: *(#?[a-zA-Z]+) *;? *">(.+)<\/span>" to "{{Color|$1|$2}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Converts RGB color format to procedural texture, e.g [0,0,0,1] becomes "#(argb,8,8,3)color(0,0,0,1)".
Values are in range 0..1.
Execution:
call
Groups:
Arrays

Syntax

Syntax:
color call BIS_fnc_colorRGBAtoTexture
Parameters:
color: Array - format [R,G,B,A]
Return Value:
String - procedural texture to format "#(argb,8,8,3)color(R,G,B,A)"

Examples

Example 1:
private _texture = [0,0,0,1] call BIS_fnc_colorRGBAtoTexture;

Additional Information

See also:
BIS_fnc_colorRGBAtoHTML

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