|
Blender
V2.93
|
#include <util_types_uchar4.h>
Public Member Functions | |
| __forceinline uchar | operator[] (int i) const |
| __forceinline uchar & | operator[] (int i) |
Public Attributes | |
| uchar | x |
| uchar | y |
| uchar | z |
| uchar | w |
Definition at line 27 of file util_types_uchar4.h.
| uchar & uchar4::operator[] | ( | int | i | ) |
Definition at line 34 of file util_types_uchar4_impl.h.
References util_assert, and x.
| CCL_NAMESPACE_BEGIN uchar uchar4::operator[] | ( | int | i | ) | const |
Definition at line 27 of file util_types_uchar4_impl.h.
References util_assert, and x.
| uchar uchar4::w |
Definition at line 28 of file util_types_uchar4.h.
| uchar uchar4::x |
Definition at line 28 of file util_types_uchar4.h.
Referenced by operator[]().
| uchar uchar4::y |
Definition at line 28 of file util_types_uchar4.h.
| uchar uchar4::z |
Definition at line 28 of file util_types_uchar4.h.