head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.22
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.20
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.18
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.16
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.14
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.12
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.10
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.8
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.6
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.4
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.2
	pkgsrc-2023Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.07.20.14.16.23;	author bacon;	state Exp;
branches;
next	;
commitid	4pb7c5HJKJ6b4yxE;


desc
@@


1.1
log
@math/py-colormath: Python interface to color math

Colormath is a simple Python module that spares the user from directly dealing
with color math.
Some features include:
 * Support for a wide range of color spaces. A good chunk of the CIE spaces,
   RGB, HSL/HSV, CMY/CMYK, and many more.
 * Conversions between the various color spaces. For example, XYZ to sRGB,
   Spectral to XYZ, CIE Lab to Adobe RGB.
 * Calculation of color difference. All CIE Delta E functions, plus CMC.
 * Chromatic adaptations (changing illuminants).
 * RGB to hex and vice-versa.
 * 16-bit RGB support.
@
text
@Colormath is a simple Python module that spares the user from directly dealing
with color math.
Some features include:
 * Support for a wide range of color spaces. A good chunk of the CIE spaces,
   RGB, HSL/HSV, CMY/CMYK, and many more.
 * Conversions between the various color spaces. For example, XYZ to sRGB,
   Spectral to XYZ, CIE Lab to Adobe RGB.
 * Calculation of color difference. All CIE Delta E functions, plus CMC.
 * Chromatic adaptations (changing illuminants).
 * RGB to hex and vice-versa.
 * 16-bit RGB support.
@
