Skip to content

Should palettes be iterables? #25

Description

@mezarque

Currently, we use palettes just to group discrete colors together. It might be more useful to allow them to be accessed by their indices, e.g. apc.palettes.accent[0:2] might return a Palette containing the first two colors. I suppose users can do this using apc.palettes.accent.colors[0:2], but that feels a little cumbersome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions