Home
last modified time | relevance | path

Searched refs:toRGB (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/dports/graphics/cegui/cegui-0.8.7/cegui/src/CommonDialogs/ColourPicker/
H A DTypes.cpp37 *this = ColourPickerConversions::toRGB(colour); in RGB_Colour()
43 *this = ColourPickerConversions::toRGB(colour); in RGB_Colour()
49 *this = ColourPickerConversions::toRGB(colour); in RGB_Colour()
62 *this = ColourPickerConversions::toLab(ColourPickerConversions::toRGB(colour)); in Lab_Colour()
69 *this = ColourPickerConversions::toLab(ColourPickerConversions::toRGB(colour)); in Lab_Colour()
81 *this = ColourPickerConversions::toHSV(ColourPickerConversions::toRGB(colour)); in HSV_Colour()
87 *this = ColourPickerConversions::toHSV(ColourPickerConversions::toRGB(colour)); in HSV_Colour()
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/javaapi/
H A DImage.scala35 def imDecode(buf: Array[Byte], flag: Int, toRGB: Boolean): NDArray = {
36 org.apache.mxnet.Image.imDecode(buf, flag, toRGB, None)
57 def imDecode(inputStream: InputStream, flag: Int, toRGB: Boolean): NDArray = {
58 org.apache.mxnet.Image.imDecode(inputStream, flag, toRGB, None)
80 def imRead(filename: String, flag: Int, toRGB: Boolean): NDArray = {
81 org.apache.mxnet.Image.imRead(filename, Some(flag), Some(toRGB), None)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/javaapi/
H A DImage.scala35 def imDecode(buf: Array[Byte], flag: Int, toRGB: Boolean): NDArray = {
36 org.apache.mxnet.Image.imDecode(buf, flag, toRGB, None)
57 def imDecode(inputStream: InputStream, flag: Int, toRGB: Boolean): NDArray = {
58 org.apache.mxnet.Image.imDecode(inputStream, flag, toRGB, None)
80 def imRead(filename: String, flag: Int, toRGB: Boolean): NDArray = {
81 org.apache.mxnet.Image.imRead(filename, Some(flag), Some(toRGB), None)
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/colorspace/
H A DMaskColorSpace.java78 float[] prev1= cie.fromRGB(toRGB(new float[] {1.0f}));
79 float[] prev0= cie.fromRGB(toRGB(new float[] {0.0f}));
88 return cie.fromRGB(toRGB(colorvalue)); in toCIEXYZ()
92 public float[] toRGB(float[] colorvalue) { in toRGB() method in MaskColorSpace
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/CommonDialogs/ColourPicker/
H A DConversions.h55 static RGB_Colour toRGB(const Lab_Colour& colour);
58 static RGB_Colour toRGB(float L, float a, float b);
61 static RGB_Colour toRGB(const CEGUI::Colour& colour);
64 static RGB_Colour toRGB(const HSV_Colour& colour);
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/colorchooser/
H A DICC_CMYKColorSliderModel.java80 rgb = colorSpace.toRGB(cmyk); in getRGB()
94 rgb = colorSpace.toRGB(cmyk); in setRGB()
97 public int toRGB(int[] values) { in toRGB() method in ICC_CMYKColorSliderModel
102 rgb = colorSpace.toRGB(cmyk); in toRGB()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dscreen.cpp102 static RGB toRGB; variable
272 toRGB.red = red; in scrSetupFade()
273 toRGB.green = green; in scrSetupFade()
274 toRGB.blue = blue; in scrSetupFade()
286 curDAC[i].red = interpolate(fromDAC[i].red, toRGB.red, amount); in scrFadeAmount()
287 curDAC[i].green = interpolate(fromDAC[i].green, toRGB.green, amount); in scrFadeAmount()
288 curDAC[i].blue = interpolate(fromDAC[i].blue, toRGB.blue, amount); in scrFadeAmount()
/dports/devel/stack/stack-2.7.3/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/colour-2.3.6/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/colour-2.3.6/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/colour-2.3.5/Data/Colour/SRGB/
H A DLinear.hs28 ,rgb, toRGB
47 toRGB :: Fractional a => Colour a -> RGB a
48 toRGB (Internal.RGB (Chan r) (Chan g) (Chan b)) = RGB r g b function

12345678910>>...29