Home
last modified time | relevance | path

Searched defs:RED_CHANNEL (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DColorSegmenter.h34 enum RgbChannel { RED_CHANNEL, GREEN_CHANNEL, BLUE_CHANNEL }; enumerator
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/softimage.imageio/
H A Dsoftimage_pvt.h54 RED_CHANNEL = 0x80, enumerator
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/softimage.imageio/
H A Dsoftimage_pvt.h54 RED_CHANNEL = 0x80, enumerator
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitshistogram.h37 enum { RED_CHANNEL, GREEN_CHANNEL, BLUE_CHANNEL }; enumerator
H A Dfitscommon.h49 typedef enum { RED_CHANNEL, GREEN_CHANNEL, BLUE_CHANNEL } ColorChannels; enumerator
/dports/editors/calligra/calligra-3.2.1/libs/pigment/tests/
H A DKoRgbU8ColorSpaceTester.cpp38 #define RED_CHANNEL 0 macro
/dports/graphics/krita/krita-4.4.8/libs/pigment/tests/
H A DKoRgbU8ColorSpaceTester.cpp38 #define RED_CHANNEL 0 macro
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_quality/common/
H A Dtransferfunction.h68 RED_CHANNEL = 0, enumerator
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgSSBO/
H A DosgSSBO.cpp132 RED_CHANNEL, enumerator
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgSSBO/
H A DosgSSBO.cpp132 RED_CHANNEL, enumerator
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dcolor.h650 enum rgbChMask {ALL_CHANNELS = 7, RED_CHANNEL = 4, GREEN_CHANNEL = 2, BLUE_CHANNEL = 1, NO_CHANNELS… enumerator
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dcolor.h724 …enum rgbChMask {ALL_CHANNELS = 7, RED_CHANNEL = 4, GREEN_CHANNEL = 2, BLUE_CHANNEL = 1, NO_CHANNEL… enumerator
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Ddpx.c2180 #define RED_CHANNEL (1U) in ReadDPXImage() macro