Open CASCADE Technology 6.6.0
Public Types | Public Member Functions | Static Public Member Functions | Data Fields
Image_ColorRGB Struct Reference

POD structure for packed RGB color value (3 bytes)

#include <Image_Color.hxx>

Public Types

typedef Standard_Byte ComponentType_t
 Component type.

Public Member Functions

Standard_Byte r () const
 Alias to 1st component (red intensity).
Standard_Byte g () const
 Alias to 2nd component (green intensity).
Standard_Byte b () const
 Alias to 3rd component (blue intensity).
Standard_Byter ()
 Alias to 1st component (red intensity).
Standard_Byteg ()
 Alias to 2nd component (green intensity).
Standard_Byteb ()
 Alias to 3rd component (blue intensity).

Static Public Member Functions

static Standard_Integer Length ()
 Returns the number of components.

Data Fields

Standard_Byte v [3]

Member Typedef Documentation


Member Function Documentation

Standard_Byte Image_ColorRGB::b ( ) const [inline]
Standard_Byte& Image_ColorRGB::b ( ) [inline]
Standard_Byte Image_ColorRGB::g ( ) const [inline]
Standard_Byte& Image_ColorRGB::g ( ) [inline]
static Standard_Integer Image_ColorRGB::Length ( void  ) [inline, static]
Standard_Byte& Image_ColorRGB::r ( ) [inline]
Standard_Byte Image_ColorRGB::r ( ) const [inline]

Field Documentation


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines