Io namespace reference
[Core module]

Description  

Data input/output and graphical rendering

Members  

Types  

Functions  

  • TextAlignMask operator&(TextAlignMask a, TextAlignMask b)
  • TextAlignMask operator|(TextAlignMask a, TextAlignMask b)
  • TextAlignMask operator~(TextAlignMask a)

Constants  

Members detail  

enum IntensityMode  

Specifies light ray intensity rendering mode

IdentifierDescription
IntensityIgnoreLight ray intensity is ignored, no blending is performed while rendering ray
IntensityShadeLight ray intensity is used to blend rendered ray
IntensityLogShadeLight ray intensity logarithm is used to blend rendered ray. This enable faint rays to remain visible.

enum PointStyle  

IdentifierDescription
PointStyleDot
PointStyleCross
PointStyleRound
PointStyleSquare
PointStyleTriangle

enum RayColorMode  

Specifies light ray color rendering

IdentifierDescription
RayColorWavelenCompute ray color from its wavelength
RayColorFixedUse fixed ray color

enum Style  

Specifies rendering elements which can have modified colors and style

IdentifierDescription
StyleBackground
StyleForeground
StyleRay
StyleSurface
StyleGlass
StyleLast

enum TextAlignMask  

Specifies rendered text alignment

IdentifierDescription
TextAlignCenterVertically centered
TextAlignLeft
TextAlignRight
TextAlignTop
TextAlignBottom
TextAlignMiddleHorizontally centered

Bitwise and operation for use on TextAlignMask enum.

Bitwise or operation for use on TextAlignMask enum.

Bitwise not operation for use on TextAlignMask enum.

const Rgb rgb_black  

No documentation available

const Rgb rgb_blue  

No documentation available

const Rgb rgb_cyan  

No documentation available

const Rgb rgb_gray  

No documentation available

const Rgb rgb_green  

No documentation available

const Rgb rgb_magenta  

No documentation available

const Rgb rgb_red  

No documentation available

const Rgb rgb_table[]  

This table contains some common colors.

See also rgb_table_size variable.

const size_t rgb_table_size = 9  

This constant specifies the number of entries in rgb_table.

const Rgb rgb_white  

No documentation available

const Rgb rgb_yellow  

No documentation available

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:23 2012 using MkDoc