Home
last modified time | relevance | path

Searched refs:GLUM (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A DColorMatrix.java14 public static final double GLUM = ColorScience.Wg; field in ColorMatrix
43 {GLUM, GLUM, GLUM, 0}, in lummat()
162 l = xformpnt(mmat, RLUM, GLUM, BLUM); in huerotatemat()
189 {(1.0 - sat) * GLUM, (1.0 - sat) * GLUM + sat, (1.0 - sat) * GLUM, 0}, in saturatemat()
H A DColorMatrix2.java13 public static final float GLUM = ColorScience.Wg; field in ColorMatrix2
85 gwgt = GLUM; in lummat()
119 gwgt = GLUM; in saturatemat()
358 xformpnt(mmat, new float[]{RLUM, GLUM, BLUM}, l); in huerotatemat()
/dports/comms/hylafax/hylafax-6.0.7/sgi2fax/
H A Dlum.h31 #define GLUM (0.6094) macro
40 #define GLUM (0.587) macro
49 #define LUM(r,g,b) (RLUM*(r)+GLUM*(g)+BLUM*(b))
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/hueshift0r/
H A Dmatrix.h23 #define GLUM (0.7152) macro
176 gwgt = GLUM; in lummat()
212 gwgt = GLUM; in saturatemat()
462 xformpnt(mmat,RLUM,GLUM,BLUM,&lx,&ly,&lz); in huerotatemat()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/hueshift0r/
H A Dmatrix.h23 #define GLUM (0.7152) macro
176 gwgt = GLUM; in lummat()
212 gwgt = GLUM; in saturatemat()
462 xformpnt(mmat,RLUM,GLUM,BLUM,&lx,&ly,&lz); in huerotatemat()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/hueshift0r/
H A Dmatrix.h23 #define GLUM (0.7152) macro
176 gwgt = GLUM; in lummat()
212 gwgt = GLUM; in saturatemat()
462 xformpnt(mmat,RLUM,GLUM,BLUM,&lx,&ly,&lz); in huerotatemat()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/buf/
H A DMGRpolyscan.h29 #define GLUM 0.587 macro
93 GCODE(r1 = 64*(RLUM*p[i].vcol.r+GLUM*p[i].vcol.g+BLUM*p[i].vcol.b); in NAME()
94 r2 = 64*(RLUM*p[j].vcol.r+GLUM*p[j].vcol.g+BLUM*p[j].vcol.b);) in NAME()
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-math.c27 #define GLUM (0.6094) macro
330 tmp.coeff[0][1] = (1.0-sat)*GLUM; in matrix4_color_saturate()
331 tmp.coeff[1][1] = (1.0-sat)*GLUM + sat; in matrix4_color_saturate()
332 tmp.coeff[2][1] = (1.0-sat)*GLUM; in matrix4_color_saturate()
385 matrix4_affine_transform_3dpoint(&tmp,RLUM,GLUM,BLUM,&lx,&ly,&lz); in matrix4_color_hue()