1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

PixelPaint: Introduce a vectorscope

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>
This commit is contained in:
kleines Filmröllchen 2022-08-17 12:18:16 +02:00 committed by Linus Groh
parent f9b08272db
commit c1c2e6f7d7
6 changed files with 295 additions and 0 deletions

View file

@ -72,6 +72,7 @@ set(SOURCES
Tools/Tool.cpp
Tools/WandSelectTool.cpp
Tools/ZoomTool.cpp
VectorscopeWidget.cpp
main.cpp
)