Searched refs:gamma (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.h | 71 gdouble gamma);
|
H A D | gimpspinscale.c | 65 gdouble gamma; member in struct:_GimpSpinScalePrivate 187 private->gamma = 1.0; 835 fraction = pow (fraction, private->gamma); 1081 1.0 / private->gamma)); 1163 private->gamma = 1.0; 1206 gdouble gamma) 1214 private->gamma = gamma; 1224 return GET_PRIVATE(scale)->gamma; 1205 gimp_spin_scale_set_gamma(GimpSpinScale *scale, gdouble gamma) argument
|
/inkscape/share/extensions/ |
H A D | synfig_fileformat.py | 25 gamma = 2.2 variable
|
H A D | synfig_output.py | 1019 # Convert color scales and adjust gamma 1020 color = [pow(c[0]/255.0, sif.gamma), pow(c[1]/255.0, sif.gamma), pow(c[2]/255.0, sif.gamma), 1.0]
|
H A D | gcodetools.py | 6615 writer = png.Writer(width=self.options.graffiti_preview_size, height=self.options.graffiti_preview_size, size=None, greyscale=False, alpha=True, bitdepth=8, palette=None, transparent=None, background=None, gamma=None, compression=None, interlace=False, bytes_per_sample=None, planes=None, colormap=None, maxval=None, chunk_limit=1048576)
|
Completed in 38 milliseconds