Reference API Roblox

Engine API

Website

Related

Reference API Roblox

GradientType

Specifies the shape of a gradient applied by a UIGradient.

Items 3

HistoryNameValueDescription
726Linear0

Colors transition along a straight line across the UI element.

726Radial1

Colors radiate outward from a center point in concentric rings.

726Conical2

Colors sweep angularly around a center point, producing a cone-like or pie-chart gradient.

Description

Determines the geometric shape used when blending the colors and transparency of a UIGradient. Read from UIGradient.Type, which defaults to GradientType.Linear.

History 4

Settings