Back to Home
ESO Function Data v101034
SetVertexColors()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- No known global definitions for this function.
Local Function Definitions
- No known local definitions for this function.
Function Calls
- pregame/pregameanimatedbackground/gamepad/dunebackground.lua:170 -- self.initialGlowControl:SetVertexColors(VERTEX_POINTS_TOPLEFT + VERTEX_POINTS_TOPRIGHT, 1, 1, 1, glowFlickerAlpha1)
- pregame/pregameanimatedbackground/gamepad/dunebackground.lua:171 -- self.initialGlowControl:SetVertexColors(VERTEX_POINTS_BOTTOMLEFT + VERTEX_POINTS_BOTTOMRIGHT, 1, 1, 1, glowFlickerAlpha2)
- publicallingames/antiquities/antiquityloredocument_manager.lua:315 -- backgroundTexture:SetVertexColors(VERTEX_POINTS_TOPLEFT, colorR, colorG, colorB, alpha)
- publicallingames/antiquities/antiquityloredocument_manager.lua:316 -- backgroundTexture:SetVertexColors(VERTEX_POINTS_TOPRIGHT, 0.9 * colorR, 0.9 * colorG, 0.9 * colorB, alpha)
- publicallingames/antiquities/antiquityloredocument_manager.lua:317 -- backgroundTexture:SetVertexColors(VERTEX_POINTS_BOTTOMLEFT, 0.65 * colorR, 0.65 * colorG, 0.65 * colorB, alpha)
- publicallingames/antiquities/antiquityloredocument_manager.lua:318 -- backgroundTexture:SetVertexColors(VERTEX_POINTS_BOTTOMRIGHT, 0.25 * colorR, 0.25 * colorG, 0.25 * colorB, alpha)