Einzelnen Beitrag anzeigen

Medium

Registriert seit: 23. Jan 2008
3.679 Beiträge
 
Delphi 2007 Enterprise
 
#2

AW: How to draw color circle?

  Alt 12. Mär 2012, 14:09
What you deem to be RGB is actually drawn using HSV. (Have a look here, the upper right in the topmost image.) So you basically go through a bitmap pixel by pixel, determin the angle and distance to the bitmap's center pixel, and use these for hue and saturation respectively. Vaule is simply fixed at 1. It naturally becomes a circle, since distances > 1 from the center would result in invalid parameters for HSV anyways.
"When one person suffers from a delusion, it is called insanity. When a million people suffer from a delusion, it is called religion." (Richard Dawkins)
  Mit Zitat antworten Zitat