Skip to content

Greyscale

Description

Greyscale is an Extension Function on Color
Returns a greyscale version of the given Color.

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

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