Blender  V3.3
Public Member Functions | Public Attributes | List of all members
uchar4 Struct Reference

#include <types_uchar4.h>

Public Member Functions

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

Public Attributes

uchar x
 
uchar y
 
uchar z
 
uchar w
 

Detailed Description

Definition at line 14 of file types_uchar4.h.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 21 of file types_uchar4_impl.h.

References util_assert, and x.

◆ operator[]() [2/2]

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

Definition at line 14 of file types_uchar4_impl.h.

References util_assert, and x.

Member Data Documentation

◆ w

uchar uchar4::w

Definition at line 15 of file types_uchar4.h.

◆ x

uchar uchar4::x

Definition at line 15 of file types_uchar4.h.

Referenced by operator[]().

◆ y

uchar uchar4::y

Definition at line 15 of file types_uchar4.h.

◆ z

uchar uchar4::z

Definition at line 15 of file types_uchar4.h.


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