Home
last modified time | relevance | path

Searched refs:colorTwist (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/operator/
H A DIIPDescriptor.java406 float[] colorTwist = (float[])args.getObjectParameter(3); in validateParameters() local
407 if (colorTwist != null) { in validateParameters()
408 if (colorTwist.length < 16) { in validateParameters()
415 colorTwist[12] = 0; in validateParameters()
416 colorTwist[13] = 0; in validateParameters()
417 colorTwist[14] = 0; in validateParameters()
418 args.set(colorTwist, 3); in validateParameters()
547 float[] colorTwist, in create() argument
566 pb.setParameter("colorTwist", colorTwist); in create()
627 float[] colorTwist, in createRenderable() argument
[all …]
H A Dcom.lightcrafts.mediax.jai.operator.properties243 IIPDescriptor16=requires the colorTwist array to have at least 16 elements.
/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dviewimg.cpp397 colorTwist = new PColorTwist(); in ViewImage()
398 if (colorTwist) in ViewImage()
453 colorTwist = NULL; in InitViewParameters()
474 if (colorTwist) in ~ViewImage()
475 delete colorTwist; in ~ViewImage()
840 if (colorTwist) in SetColorTwist()
841 delete colorTwist; in SetColorTwist()
842 colorTwist = NULL; in SetColorTwist()
846 if (colorTwist) in SetColorTwist()
880 if (colorTwist) in GetColorTwist()
[all …]
H A Dviewimg.h252 PColorTwist* colorTwist; // Color transformation matrix variable
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dptil_fpx.cpp1126 PColorTwist colorTwist; in Read() local
1128 imageParam->GetColorTwist( &colorTwist); in Read()
1139 colorTwist = rgbtoRGB * ycctorgb * colorTwist * rgbtoycc * RGBtorgb; in Read()
1147 colorTwist = ycctoYCC8 * colorTwist * YCC8toycc; in Read()
1167 colorTwist = ycctoYCC8 * colorTwist * YCC8toycc; in Read()
1168 colorTwist.UseAlphaChannel(); in Read()
1174 colorTwist.ApplyToPixelBuffer( pixels, pixelsSpace, width * height); in Read()
H A Df_fpxio.h215 FPXColorTwistMatrix* colorTwist,
233 FPXColorTwistMatrix* colorTwist,
H A Dfpxlibio.cpp1838 FPXColorTwistMatrix* colorTwist, in CreateImageWithViewByFilename() argument
1881 (*theFPX)->SetImageColorTwistMatrix (colorTwist); in CreateImageWithViewByFilename()
1912 FPXColorTwistMatrix* colorTwist, in FPX_CreateImageWithViewByFilename() argument
1930 colorTwist, in FPX_CreateImageWithViewByFilename()
1949 FPXColorTwistMatrix* colorTwist, in FPX_CreateImageWithViewByStorage() argument
2068 (*theFPX)->SetImageColorTwistMatrix (colorTwist); in FPX_CreateImageWithViewByStorage()
/dports/graphics/libfpx/libfpx-1.3.1-10/
H A Dfpxlib.h971 FPXColorTwistMatrix* colorTwist,
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/resources/com/lightcrafts/mediax/jai/
H A Dcom.lightcrafts.mediax.jai.operator.properties243 IIPDescriptor16=requires the colorTwist array to have at least 16 elements.