Skip to main content

SUIImage

What is a SUIImage for?

  • SUIImage is responsible for rendering an image on the screen that can be modified completely according to your needs.

⚠️ If you don't know how to create a new interface element, see more about creating an interface element ⚠️


Properties

Image

  • The Texture of the SUIImage.

⚠️ if you don't know how to modify the image by script, see more in how to modify the texture of a SUIImage by script using Java ⚠️


Type

  • The border type of the SUIImage.

⚠️ if you don't know how to modify the border type by script, see more in how to modify SUIImage texture border type by script using Java ⚠️


Border

  • The edges of the SUIImage.

⚠️ for the SUIImage to have customizable borders, the type must be Sliced ⚠️

⚠️ if you don't know how to modify the border size by script, see more in how to modify the texture border size of a SUIImage by script using Java ⚠️


Color

  • The color of the SUIImage.

⚠️ if you don't know how to modify the color by script, see more in how to modify the color of a SUIImage by script using Java ⚠️