Home
last modified time | relevance | path

Searched refs:rgbtBlue (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Structs/
H A DRGBTRIPLE.cs106 public byte rgbtBlue; field
124 rgbtBlue = color.B; in RGBTRIPLE()
140 left.rgbtBlue == right.rgbtBlue && in operator ==()
186 result.rgbtBlue = (byte)(value & 0xFF); in operator RGBTRIPLE()
199 return (uint)((value.rgbtRed << 16) | (value.rgbtGreen << 8) | (value.rgbtBlue)); in operator uint()
212 rgbtBlue);
216 rgbtBlue = value.B;
/dports/graphics/freeimage/FreeImage/Source/FreeImageToolkit/
H A DCopyPaste.cpp273 color_s.rgbtBlue = (BYTE)(((*tmp1 & FI16_555_BLUE_MASK) >> FI16_555_BLUE_SHIFT) << 3); in Combine16_555()
277 color_t.rgbtBlue = (BYTE)(((*tmp2 & FI16_555_BLUE_MASK) >> FI16_555_BLUE_SHIFT) << 3); in Combine16_555()
283 …color_s.rgbtBlue = (BYTE)(((color_t.rgbtBlue - color_s.rgbtBlue) * alpha + (color_s.rgbtBlue << 8)… in Combine16_555()
287 *tmp1 = RGB555(color_s.rgbtRed, color_s.rgbtGreen, color_s.rgbtBlue); in Combine16_555()
333 color_s.rgbtBlue = (BYTE)(((*tmp1 & FI16_565_BLUE_MASK) >> FI16_565_BLUE_SHIFT) << 3); in Combine16_565()
337 color_t.rgbtBlue = (BYTE)(((*tmp2 & FI16_565_BLUE_MASK) >> FI16_565_BLUE_SHIFT) << 3); in Combine16_565()
343 …color_s.rgbtBlue = (BYTE)(((color_t.rgbtBlue - color_s.rgbtBlue) * alpha + (color_s.rgbtBlue << 8)… in Combine16_565()
347 *tmp1 = RGB565(color_s.rgbtRed, color_s.rgbtGreen, color_s.rgbtBlue); in Combine16_565()
H A DBackground.cpp328 rgbq.rgbBlue = ((RGBTRIPLE *)color_intl)->rgbtBlue; in FillBackgroundBitmap()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Samples/Sample 05 - Working with pixels/
H A DProgram.cs127 rgbt[j].rgbtBlue = (byte)((int)rgbt[j].rgbtBlue * 3 / 4); in Example02()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DConversion24.cpp215 dst_pixel[cols].rgbtBlue = (BYTE)(src_pixel[cols].blue >> 8); in FreeImage_ConvertTo24Bits()
242 dst_pixel[cols].rgbtBlue = (BYTE)(src_pixel[cols].blue >> 8); in FreeImage_ConvertTo24Bits()
H A DPluginRAW.cpp243 output[x].rgbtBlue = raw_data[2]; in libraw_ConvertProcessedImageToDib()
/dports/print/posterazor/posterazor-1.9.7/src/
H A Dimageloaderfreeimage.cpp199 rgbBits[column].rgbtBlue = (BYTE)rgbColor.blue(); in imageAsRGB()
224 *targetData++ = qRgb(sourceRgb->rgbtRed, sourceRgb->rgbtGreen, sourceRgb->rgbtBlue); in imageAsRGB()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Samples/Sample 11 - Using the FreeImageBitmap class/
H A DMainForm.cs361 pixel.rgbtBlue = (byte)(pixel.rgbtBlue & bluemask); in SetColorChannels()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximadefs.h135 BYTE rgbtBlue; member
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/dimg/pgf/
H A Ddimgpgfloader_save.cpp176 header.background.rgbtBlue = 0; in save()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Duser.h143 BYTE rgbtBlue; member
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dreaddib.c287 pQuad[i].rgbBlue = pTriple[i].rgbtBlue; in ReadDIB()
/dports/games/angband/Angband-4.2.2/src/win/
H A Dreaddib.c283 pQuad[i].rgbBlue = pTriple[i].rgbtBlue; in ReadDIB()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/
H A Dpgfutils.cpp352 header.background.rgbtBlue = 0; in writePGFImageDataToStream()
/dports/games/zangband/zangband/src/
H A Dreaddib.c291 pQuad[i].rgbBlue = pTriple[i].rgbtBlue; in ReadDIB()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux_mingw/src/
H A Dtkdib.c325 rgb4->rgbBlue = rgb3->rgbtBlue ; in tkDIBImageLoadAW()
/dports/games/mangband/mangband-1.5.3/src/client/win/
H A Dreaddib.c347 pQuad[i].rgbBlue = pTriple[i].rgbtBlue; in ReadDIB()
/dports/graphics/libpgf/PGF/Codec/include/
H A DPGFplatform.h407 BYTE rgbtBlue; member
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DPGFplatform.h407 BYTE rgbtBlue; member
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DPGFplatform.h407 BYTE rgbtBlue; member
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgraphutil.pp580 rgbtBlue := B;
597 Result := RGBTriple.rgbtBlue shl 16 + RGBTriple.rgbtGreen shl 8 + RGBTriple.rgbtRed;
712 B := t.rgbtBlue;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgraphutil.pp580 rgbtBlue := B;
597 Result := RGBTriple.rgbtBlue shl 16 + RGBTriple.rgbtGreen shl 8 + RGBTriple.rgbtRed;
712 B := t.rgbtBlue;
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/
H A DFreeImage.h178 BYTE rgbtBlue; member
184 BYTE rgbtBlue;
/dports/graphics/libpgf/PGF/Console/lib/
H A DFreeImage.h178 BYTE rgbtBlue; member
184 BYTE rgbtBlue;
/dports/graphics/freeimage/FreeImage/Source/
H A DFreeImage.h192 BYTE rgbtBlue; member
198 BYTE rgbtBlue;

123456789