Blender V2.61 - r43446
Public Member Functions | Public Attributes

uchar4 Struct Reference

#include <util_types.h>

List of all members.

Public Member Functions

uchar operator[] (int i) const
ucharoperator[] (int i)

Public Attributes

uchar x
uchar y
uchar z
uchar w

Detailed Description

Definition at line 122 of file util_types.h.


Member Function Documentation

uchar uchar4::operator[] ( int  i) const [inline]

Definition at line 125 of file util_types.h.

References i, and x.

uchar& uchar4::operator[] ( int  i) [inline]

Definition at line 126 of file util_types.h.

References i, and x.


Member Data Documentation

Definition at line 123 of file util_types.h.

Referenced by film_float_to_byte(), and texture_image< T >::read().

Definition at line 123 of file util_types.h.

Referenced by film_float_to_byte(), operator[](), and texture_image< T >::read().

Definition at line 123 of file util_types.h.

Referenced by film_float_to_byte(), and texture_image< T >::read().

Definition at line 123 of file util_types.h.

Referenced by film_float_to_byte(), and texture_image< T >::read().


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