| TonemapReinhardColorAdaptation Property |
Gets or sets chromatic adaptation in [0, 1] range. If 1 channels are treated independently,
if 0 adaptation level is the same for each channel.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public float ColorAdaptation { get; set; }
Public Property ColorAdaptation As Single
Get
Set
public:
property float ColorAdaptation {
float get ();
void set (float value);
}
member ColorAdaptation : float32 with get, set
Property Value
Type:
SingleSee Also