Home
last modified time | relevance | path

Searched refs:blueValue (Results 1 – 25 of 46) sorted by relevance

12

/dports/x11-toolkits/redkite/redkite-1.3.1/include/
H A DRkColor.h35 , blueValue{255}
43 , blueValue(blue) in redValue()
52 && c1.blueValue == c2.blueValue
60 || c1.blueValue != c2.blueValue
76 return blueValue; in blue()
96 blueValue = blue; in setBlue()
109 | (((unsigned long int)blueValue)); in argb()
115 unsigned short blueValue; variable
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/include/
H A DRkColor.h35 , blueValue{255}
43 , blueValue(blue) in redValue()
52 && c1.blueValue == c2.blueValue
60 || c1.blueValue != c2.blueValue
76 return blueValue; in blue()
96 blueValue = blue; in setBlue()
109 | (((unsigned long int)blueValue)); in argb()
115 unsigned short blueValue; variable
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/
H A Db3dDraw.c27 #define blueValue color[BLUE_INDEX] macro
168 tb = (MULTBL[ti][(MULTBL[si][tex00->blueValue] + MULTBL[sf][tex01->blueValue])] + \
169 MULTBL[tf][(MULTBL[si][tex10->blueValue] + MULTBL[sf][tex11->blueValue])]);
176 tb = (MULTBL[ti][(MULTBL[si][tex00->blueValue] + MULTBL[sf][tex01->blueValue])] + \
177 MULTBL[tf][(MULTBL[si][tex10->blueValue] + MULTBL[sf][tex11->blueValue])]); \
190 tb = (ti * (si * tex00->blueValue + sf * tex01->blueValue) +\
191 tf * (si * tex10->blueValue + sf * tex11->blueValue)) >> 8;\
198 tb = (ti * (si * tex00->blueValue + sf * tex01->blueValue) +\
199 tf * (si * tex10->blueValue + sf * tex11->blueValue)) >> 8;\
266 pv.blueValue = (unsigned char) (bValue >> B3D_FixedToIntShift); in b3dDrawRGBFlat()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrastertransparency.cpp50 …ransparency::initializeTransparentPixelList( double redValue, double greenValue, double blueValue ) in initializeTransparentPixelList() argument
59 myTransparentThreeValuePixel.blue = blueValue; in initializeTransparentPixelList()
106 int QgsRasterTransparency::alphaValue( double redValue, double greenValue, double blueValue, int gl… in alphaValue() argument
109 if ( std::isnan( redValue ) || std::isnan( greenValue ) || std::isnan( blueValue ) ) in alphaValue()
124 if ( qgsDoubleNear( myTransparentPixel.blue, blueValue ) ) in alphaValue()
H A Dqgsrastertransparency.h84 void initializeTransparentPixelList( double redValue, double greenValue, double blueValue );
121 …int alphaValue( double redValue, double greenValue, double blueValue, int globalTransparency = 255…
H A Dqgsrastershaderfunction.cpp58 bool QgsRasterShaderFunction::shade( double redValue, double greenValue, double blueValue, double a… in shade() argument
62 Q_UNUSED( blueValue ) in shade()
H A Dqgsrastershader.cpp46 bool QgsRasterShader::shade( double redValue, double greenValue, double blueValue, double alphaValu… in shade() argument
50 …return mRasterShaderFunction->shade( redValue, greenValue, blueValue, alphaValue, returnRedValue, … in shade()
H A Dqgsrastershaderfunction.h98 double blueValue,
H A Dqgsrastershader.h105 double blueValue,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrastertransparency.cpp50 …ransparency::initializeTransparentPixelList( double redValue, double greenValue, double blueValue ) in initializeTransparentPixelList() argument
59 myTransparentThreeValuePixel.blue = blueValue; in initializeTransparentPixelList()
106 int QgsRasterTransparency::alphaValue( double redValue, double greenValue, double blueValue, int gl… in alphaValue() argument
109 if ( std::isnan( redValue ) || std::isnan( greenValue ) || std::isnan( blueValue ) ) in alphaValue()
124 if ( qgsDoubleNear( myTransparentPixel.blue, blueValue ) ) in alphaValue()
H A Dqgsrastertransparency.h84 void initializeTransparentPixelList( double redValue, double greenValue, double blueValue );
121 …int alphaValue( double redValue, double greenValue, double blueValue, int globalTransparency = 255…
H A Dqgsrastershaderfunction.cpp58 bool QgsRasterShaderFunction::shade( double redValue, double greenValue, double blueValue, double a… in shade() argument
62 Q_UNUSED( blueValue ) in shade()
H A Dqgsrastershader.cpp46 bool QgsRasterShader::shade( double redValue, double greenValue, double blueValue, double alphaValu… in shade() argument
50 …return mRasterShaderFunction->shade( redValue, greenValue, blueValue, alphaValue, returnRedValue, … in shade()
H A Dqgsrastershaderfunction.h98 double blueValue,
H A Dqgsrastershader.h104 double blueValue,
/dports/devel/arduino-core/Arduino-b439a77/build/shared/examples/10.StarterKit_BasicKit/p04_ColorMixingLamp/
H A Dp04_ColorMixingLamp.ino35 int blueValue = 0; // value to write to the blue LED
81 blueValue = blueSensorValue / 4;
89 Serial.println(blueValue);
96 analogWrite(blueLEDPin, blueValue);
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DFileFormatSpi3D.cpp137 float redValue, greenValue, blueValue;
147 &redValue, &greenValue, &blueValue) == 6)
163 lut3d->lut[index+2] = blueValue;
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DFileFormatSpi3D.cpp137 float redValue, greenValue, blueValue;
147 &redValue, &greenValue, &blueValue) == 6)
163 lut3d->lut[index+2] = blueValue;
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DFileFormatSpi3D.cpp137 float redValue, greenValue, blueValue;
147 &redValue, &greenValue, &blueValue) == 6)
163 lut3d->lut[index+2] = blueValue;
/dports/devel/arduino-core/Arduino-b439a77/build/shared/examples/04.Communication/VirtualColorMixer/
H A DVirtualColorMixer.ino43 float blueValue = 0; // blue value
64 background(redValue, greenValue, blueValue);
84 blueValue = map(colors[2], 0, 1023, 0, 255);
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgsrastertransparency.sip.in63 void initializeTransparentPixelList( double redValue, double greenValue, double blueValue );
94 …int alphaValue( double redValue, double greenValue, double blueValue, int globalTransparency = 255…
103 :param blueValue: the green portion of the needle to search for in the transparency hay stack
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/raster/
H A Dqgsrastertransparency.sip.in63 void initializeTransparentPixelList( double redValue, double greenValue, double blueValue );
94 …int alphaValue( double redValue, double greenValue, double blueValue, int globalTransparency = 255…
103 :param blueValue: the green portion of the needle to search for in the transparency hay stack
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestOptimized.cpp103 float blueValue = 0.0f; in generatePixel() local
115 blueValue = ((j * j + i) % 10 + 0.003f * j) / 10.0f; in generatePixel()
122 blueValue = ((i * i + j) % 10 + 0.006f * j) / 10.0f; in generatePixel()
129 rgbaValue[2] = blueValue; in generatePixel()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsImageClipboard.cpp333 unsigned char redValue, greenValue, blueValue; in ConvertColorBitMap() local
404 blueValue = ((uint32_t)(((float)(num & 0x001F) / 0x001F) * 0x0000FF) & in ConvertColorBitMap()
410 aOutBuffer[writeIndex++] = blueValue; in ConvertColorBitMap()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsImageClipboard.cpp349 unsigned char redValue, greenValue, blueValue; in ConvertColorBitMap() local
407 blueValue = ((uint32_t)(((float)(num & 0x001F) / 0x001F) * 0x0000FF) & 0x0000FF); in ConvertColorBitMap()
412 aOutBuffer[writeIndex++] = blueValue; in ConvertColorBitMap()

12