Home
last modified time | relevance | path

Searched refs:getRawColor (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dtexture.h28 …virtual colorA_t getRawColor(const point3d_t &p, mipMapParams_t * mmParams = nullptr) const { retu…
29 …virtual colorA_t getRawColor(int x, int y, int z, mipMapParams_t * mmParams = nullptr) const { ret…
31 …* mmParams = nullptr) const { return applyIntensityContrastAdjustments(getRawColor(p, mmParams).co…
32 …* mmParams = nullptr) const { return applyIntensityContrastAdjustments(getRawColor(x, y, z, mmPara…
/dports/graphics/yafaray/libYafaRay-3.5.1/include/textures/
H A Dimagetex.h55 virtual colorA_t getRawColor(const point3d_t &p, mipMapParams_t * mmParams = nullptr) const;
56 virtual colorA_t getRawColor(int x, int y, int z, mipMapParams_t * mmParams = nullptr) const;
/dports/graphics/pear-Image_3D/Image_3D-0.4.2/Image/3D/Paintable/
H A DLight.php70 public function getRawColor() function in Image_3D_Light
/dports/graphics/pear-Image_3D/Image_3D-0.4.2/Image/3D/Renderer/
H A DRaytrace.php256 $lightColor = $light->getRawColor()->getValues();
/dports/graphics/yafaray/libYafaRay-3.5.1/src/textures/
H A Dbasicnodes.cc226 color = tex->getRawColor(texpt); in evalDerivative()
275 color = tex->getRawColor(texpt); in evalDerivative()
H A Dimagetex.cc89 colorA_t textureImage_t::getRawColor(const point3d_t &p, mipMapParams_t * mmParams) const in getRawColor() function in textureImage_t
123 colorA_t textureImage_t::getRawColor(int x, int y, int z, mipMapParams_t * mmParams) const in getRawColor() function in textureImage_t