OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimRgbColor Class Reference

container class for rgb value. More...

Public Member Functions

 ossimRgbColor ()
 Default constructor (green) More...
 
 ossimRgbColor (ossim_uint8 r, ossim_uint8 g, ossim_uint8 b)
 Constructor that takes an rgb. More...
 

Public Attributes

ossim_uint8 r
 
ossim_uint8 g
 
ossim_uint8 b
 

Detailed Description

container class for rgb value.

Definition at line 89 of file ossimGdalOgrVectorAnnotation.cpp.

Constructor & Destructor Documentation

◆ ossimRgbColor() [1/2]

ossimRgbColor::ossimRgbColor ( )
inline

Default constructor (green)

Definition at line 93 of file ossimGdalOgrVectorAnnotation.cpp.

◆ ossimRgbColor() [2/2]

ossimRgbColor::ossimRgbColor ( ossim_uint8  r,
ossim_uint8  g,
ossim_uint8  b 
)
inline

Constructor that takes an rgb.

Definition at line 96 of file ossimGdalOgrVectorAnnotation.cpp.

Member Data Documentation

◆ b

ossim_uint8 ossimRgbColor::b

Definition at line 101 of file ossimGdalOgrVectorAnnotation.cpp.

◆ g

ossim_uint8 ossimRgbColor::g

Definition at line 100 of file ossimGdalOgrVectorAnnotation.cpp.

◆ r

ossim_uint8 ossimRgbColor::r

Definition at line 99 of file ossimGdalOgrVectorAnnotation.cpp.


The documentation for this class was generated from the following file: