Skip to content

Support Recoloring and Palette change #79

@jebos

Description

@jebos

Technically, we could expose the colors as a "palette (an object, not palette as in default qml wording)" in QML, allowing QML to override them dynamically. Exploring this approach could enhance integration with QML/Qt and give developers the flexibility to adjust colors based on states or other QML sources.

The main challenge is identifying and mapping the colors correctly, as RIVE lacks an official color management interface.

One possible method is mapping colors based on their values (e.g., "255,0,0" → "0,255,0"), though a more practical solution might be preferable. Direct color bindings should be supported to ensure flexibility and ease of use and integration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions