Skip to content

HexFromColor

Description

HexFromColor is a Function on Color
Returns the hexcode of a given Color.

Example
local testVariable = Color.HexFromColor(Color.New(1, 1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: string
parameters:
- color (Color)