how anime image button color roblox

by Kimberly Howell 7 min read
image

Content HoverImage

Specifies the texture of the image that is displayed when the button is being hovered over.

Vector2 ImageRectOffset

Specifies the offset in pixels of the area of the image being displayed.

Vector2 ImageRectSize

Specifies the size in pixels of the area of the image being displayed.

Content PressedImage

Specifies the texture of the image that is displayed when the button is being pressed down.

ScaleType ScaleType

Specifies how an image should be displayed. See ScaleType for more info.

Rect SliceCenter

If ScaleType is set to Slice, this Rect specifies the central part of the image that is not scaled. Image content outside of this is considered to be the border.

float SliceScale

If ScaleType is set to Slice, this sets the ratio used to scale the sliced edges. Specifies the ratio used to scale the sliced edges.

image