summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/VectorscopeWidget.cpp
AgeCommit message (Collapse)Author
2022-12-16PixelPaint: Replace vectorscope boxes with colored corner bracketsCody Hein
This completes a FIXME which requested us to replace the rects/boxes with just corner brackets. I also added some color to the brackets matching the colors they represent. The text remains white :)
2022-09-03PixelPaint: Introduce a vectorscopekleines Filmröllchen
Vectorscopes are a standard tool in professional video/film color grading. *Very* simply, the Vectorscope shows image colors with hue as the angle and saturation as the radius; brightness for each point in the scope is determined by the number of "color vectors" at that point. More specifically, the Vectorscope shows a 2D UV histogram of the image, where U and V are the chroma ("color") channels of the image. Co-authored-by: MacDue <macdue@dueutil.tech>