SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
hue_saturation_json.h
1#pragma once
2
4#include "nlohmann/json.hpp"
5
6namespace satdump
7{
8 namespace image
9 {
10 NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(image::HueSaturation, hue, saturation, lightness, overlap)
11 }
12} // namespace satdump
Hue/Saturation manipulation.