Skip to content

ToGreyscale

Description

ToGreyscale is a Function on Color
Returns a greyscale version of the given Color.

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

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