GET GEO USER COLOR

From Macros Wiki
Revision as of 22:24, 23 October 2019 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=GET_GEO_USER_COLOR <geo ref> <red> <green> <blue> |description=Get the user color of a face |param1=<solid>|param1_desc=Solid ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

GET_GEO_USER_COLOR <geo ref> <red> <green> <blue>


Get the user color of a face

Parameters

<solid>
Solid number
<face>
Face number
<red>
Variable for the red component of color (0 to 255)
<green>
Variable for the green component of color (0 to 255)
<blue>
Variable for the blue component of color (0 to 255)

Example

GET_FACE_USER_COLOR 7, 3, iRed, iBlue, iGreen  ! get the user color for face 3 on solid 7