As a Roblox developer, it is currently impossible to set alternating colors for UIListLayout without scripting it.
The primary color is the original color of the GuiObject, secondary color is from UIListLayout.AlternateColor.
As a Roblox developer, it is currently impossible to set alternating colors for UIListLayout without scripting it.
The primary color is the original color of the GuiObject, secondary color is from UIListLayout.AlternateColor.
So are you asking for the ability to have UIListLayouts automatically set a default different color for every other item and another default color for the ones in between? Or are you asking for it to sort objects by their color?
To set colors for every other item.
I think itβs too purpose specific.
While alt colors are really common in lists, alternate colors seems really specific β this feature seems too limited. An AlternateAppearance property which pointed to another GuiObject would allow for more customization of UiListLayouts. The UIListLayout would use its appearance for every other element, allowing developers to customize not just color, but font, transparency, etc.