ImageSurface
An ImageSurface displays an image on top of a colored surface.

Summary
Properties
| Property | Type | Description |
|---|---|---|
Image |
string? |
The 20 x 20 image asset ID displayed on the surface. You can use cascade.Symbols |
ImageColor |
Color3? |
The tint color applied to the image. Defaults to Color3.fromRGB(255, 255, 255). |
SurfaceColor |
Color3? |
The background color of the surface. Defaults to Color3.fromRGB(200, 200, 200). |
Gradient |
boolean? |
Enables the surface gradient. Defaults to true. |
View all inherited from BaseComponent
Methods
Events
Types
type ImageSurfaceProperties = Frame & {
Image: string?,
ImageColor: Color3?,
SurfaceColor: Color3?,
Gradient: boolean?,
}
type ImageSurface = BaseComponent & Components & ImageSurfaceProperties
Function Signature
Preview
