Click here to Skip to main content
15,888,254 members
Articles / Programming Languages / Markdown

Color Topics for Programmers

Rate me:
Please Sign up or sign in to vote.
4.89/5 (89 votes)
30 Aug 2020Public Domain66 min read 111.8K   1.4K   133  
Discusses color spaces, color generation, and other general color topics commonly faced by programmers
This article looks at: Red-green-blue (RGB) and other color models of practical interest, how to generate colors with certain properties, color differences, color maps, and color mixing, dominant colors of an image, and colors as spectral curves. It also includes sample Python code that implements many methods in this document.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions