colour icon indicating copy to clipboard operation
colour copied to clipboard

Colour Science for Python

Results 114 colour issues
Sort by recently updated
recently updated
newest added

### Description References —- - https://www.cl.cam.ac.uk/research/rainbow/projects/stelaCSF/

# Summary This implements what's discussed in #982. I tried to stick as close to the original ISO standard as possible, but there are a few caveats: - Some sets...

updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/PyCQA/flake8: 5.0.3 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.3...5.0.4)

This file format is typically used by X-Rite to provide their ColorChecker data. I have some code to parse it somewhere and it should probably be integrated in Colour directly....

API
P2
Feature
Good First Issue

### Description I am soooo grateful for your sharing of this incredible work. Deep bow! : ) So, I am running the sample script to produce chromaticity diagrams, and tried...

Defect

### Description References --- - https://www.arri.com/resource/blob/278790/bea879ac0d041a925bed27a096ab3ec2/2022-05-arri-logc4-specification-data.pdf - https://github.com/ampas/aces-dev/pull/131 @JGoldstone for VIS!

API
P2
Feature

### Description ## Description Bandpass error in spectral measurements is a very important source of error in spectral data. The library already provides some older / simpler bandpass correction methods...

Feature

### Description I run the examples_volume_plot.py but fail when the API plot_RGB_scatter is runed. The screen flickers and then disappears. Can anyone tell me why ? ### Code for Reproduction...

Defect

### Description There is a growing need to be able to control spectrometers with Python and possibly leverage Colour to process the data. I'm taking the opportunity that @tjdcs mentioned...

Feature

### Question Hi, I want to know how to set the value of luminance of the colorspace and calculate the volume of it. For example, how to calculate the volume...

Discussion