obs-color-monitor icon indicating copy to clipboard operation
obs-color-monitor copied to clipboard

histogram: Implement graticule

Open norihiro opened this issue 1 year ago • 2 comments

This PR implements

  • [x] histogram: Implement vertical graticule
  • [x] histogram: Implement fixed level mode
    • [x] The modified callback is annoying when changing numbers. It should be removed.
  • [x] histogram: Implement horizontal graticule
    • Add disable option
  • [x] histogram: Use 32-bit integer to accumulate pixels
  • [ ] The commit is reviewed by yourself.
  • [ ] The code is tested.
  • [ ] Document is up to date or not necessary to be changed.
  • [ ] The commit is compatible with repository's license.

Close #53

norihiro avatar Jul 22 '22 13:07 norihiro

When changing Top level, the modified callback frequently returns true so that typing is interrupted, which is annoying. I will remove modified callback. Instead, Graticule (Horizontal) will provide all selections from the beginning.

norihiro avatar Jul 25 '22 02:07 norihiro

The fix in the UI is cherry-picked to main branch.

norihiro avatar Jul 25 '22 03:07 norihiro