SECEditTextColor Class

class SECEditTextColor

Objects of this class are used to when rendering a line of text on a viewport. The color information stored in this object is an index which describes which color group to use to use when rendering characters.

Defined in: SECEdit.h

Class Members

Construction

inline SECEditTextColor()

Constructor.

inline SECEditTextColor(unsigned short nLength, unsigned short nColorInfo)

Constructor.

Public data members

unsigned short m_nLength

The number of characters to render with this color.

unsigned short m_nColorInfo

The color info for rendering characters.