GET FACE USER COLOR
From Macros Wiki
Jump to navigationJump to search
Command
- GET_FACE_USER_COLOR <solid> <face> <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