Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

UI Editor Tutorial 3~2: Resources Colors

KilaBash edited this page Dec 12, 2022 · 1 revision

Overall

The UI Project contains three built-in resources: textures, colors and lang entries. Resources are owned by projects and cannot be shared between projects.

If you want the current project's resources to be available in other projects, you can export the resources first and then open other projects to import it.

image

Colors

Use it

When you open a configuration, you find that some where can accept the number (e.g. color of the label widget), and you can drag the color in.

image

  1. Drag color.
  2. Rendering a green frame if it can accept this color.

NOTE: When you drag it to a widget, it replaces its background to a Color Texture by default.

image

Edit Color

Right-click to open the menu and edit the selected color.

image

  1. Pickup color (HSB mode), you can right click the pallete to swith mode.
  2. Preview.
  3. Modify by argb.