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.
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 aPalettecontaining the first two colors. I suppose users can do this usingapc.palettes.accent.colors[0:2], but that feels a little cumbersome.