The Wayback Machine - https://web.archive.org/web/20201129054302/https://github.com/topics/color
Skip to content
#

color

Here are 2,105 public repositories matching this topic...

theme-ui
mxstbr
mxstbr commented Apr 20, 2020

In order to make the Tailwind preset more approachable for people that already know Tailwind, we should:

  • Font sizes should have the same aliases (e.g. lg = 2)
  • Colors should be aliased to the same aliases * 100, e.g. purple.5 === purple.500
  • Breaking change for a major version: Make the padding scale match Tailwind's
colour
KelSolaar
KelSolaar commented Nov 14, 2020

Colour could use a definition like that to interact easily with OpenColorIO:

def ocio_colourspace_process(a, config, source, target, use_cpu=True):
    a = colour.utilities.as_float_array(a, dtype=np.float32)
    height, width, channels = a.shape

    processor = config.getProcessor(source, target)
    processor = (
        processor.getDefaultCPUProcessor()
        if use_cpu

Improve this page

Add a description, image, and links to the color topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the color topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.