% This is the default degamma curve with a 1:1 mapping (bypass).
% It is used for all three color components. (The hardware features
% three curves, one for R, one for Gr and Gb, one for B.)
% It equals the default hardware settings.
%
% The OV14825 is very linear. So no linearization is applied.

%note that the last y value must be 4095, it equals 4096 for the
%hardware (a peculiarity of the hardware)
degamma_name = 'linear';
degamma_dx   = [  256 512 768 1024 1280 1536 1792 2048 2304 2560 2816 3072 3328 3584 3840 4096];
degamma_y    = [0 256 512 768 1024 1280 1536 1792 2048 2304 2560 2816 3072 3328 3584 3840 4095];
