Blender V5.0
uchar2 Struct Reference

#include <types_uchar2.h>

Public Member Functions

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

Public Attributes

uchar x
uchar y

Detailed Description

Definition at line 12 of file types_uchar2.h.

Member Function Documentation

◆ operator[]() [1/2]

__forceinline uchar & uchar2::operator[] ( int i)
inline

Definition at line 23 of file types_uchar2.h.

References __forceinline, i, util_assert, and x.

◆ operator[]() [2/2]

__forceinline uchar uchar2::operator[] ( int i) const
inline

Definition at line 16 of file types_uchar2.h.

References __forceinline, i, util_assert, and x.

Member Data Documentation

◆ x

uchar uchar2::x

Definition at line 13 of file types_uchar2.h.

Referenced by operator[](), and operator[]().

◆ y

uchar uchar2::y

Definition at line 13 of file types_uchar2.h.


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