cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
DIB's: how can i calculate saturation, b
DIB's: how can i calculate saturation, bright, black and white and others?
Mar 28, 2016 at 4:59pm UTC
Cambalinho
(1445)
i'm using DIB's. i can get RGB colors easly. my problem is: how can i calculate staturation, bright and black and white?
i don't know these formulas :(
i'm sorry but the bright isn't:
bright is the x addiction:
R=R + x;
G=G + x;
B=B + x;
???
Topic archived. No new replies allowed.