Skip to main content
Version: Next

Create Color

Creates a color.

Description

Creates a color based on the 3 RGB values provided (between 0 and 255), plus an alpha channel (between 0 and 1).

Inputs

  • red (Number): Value for the red channel [0..255].
  • blue (Number): Value for the blue channel [0..255].
  • green (Number): Value for the green channel [0..255].
  • alpha (Number): Value for the alpha channel [0..1].

Outputs

  • color (Color): The created color.