IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs | Functions

RGB triplet. More...

Classes

class  ipsdk::imaproc::attr::Rgb
 RGB triplet. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Rgbipsdk::imaproc::attr::RgbPtr
 shared pointer to ipsdk::imaproc::attr::Rgb
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Rgbipsdk::imaproc::attr::RgbConstPtr
 shared pointer to const ipsdk::imaproc::attr::Rgb
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RgbPtr ipsdk::imaproc::attr::createRgb (const ipReal64 r, const ipReal64 g, const ipReal64 b)
 function allowing to create a Rgb data item
 

Detailed Description

RGB triplet.

SubNodes description

Name ToolTip Associated Class Default Value
Red Red value. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Green Green value. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Blue Blue value. ipsdk::DataItemLeaf<ipsdk::ipReal64>