Home
last modified time | relevance | path

Searched defs:MaxRGB (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Ddeprecate.h59 #define MaxRGB QuantumRange /* deprecated */ macro
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Ddeprecate.h59 #define MaxRGB QuantumRange /* deprecated */ macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DColor.cpp170 float Color::MaxRGB() const in MaxRGB() function in Urho3D::Color
/dports/science/v_sim/v_sim-3.8.0/src/dumpModules/
H A DdumpToGif.c108 #define MaxRGB 255 macro
/dports/devel/ncurses/ncurses-6.3/test/
H A Dpicsmap.c76 #define MaxRGB 255 /* output color ranges 0..255 */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp323 static float MaxRGB(const tcu::Vec4& rgba) in MaxRGB() function
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dimage.h51 # define MaxRGB 255U macro
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dstdmtl.cpp2615 static inline float MaxRGB(Color c) { return MAX3(c.r,c.g,c.b); } in MaxRGB() function