Blender V4.3
types_uchar4.h File Reference

Go to the source code of this file.

Classes

struct  uchar4
 

Functions

ccl_device_inline uchar4 make_uchar4 (uchar x, uchar y, uchar z, uchar w)
 

Function Documentation

◆ make_uchar4()

ccl_device_inline uchar4 make_uchar4 ( uchar x,
uchar y,
uchar z,
uchar w )

Definition at line 272 of file device/metal/compat.h.

References w(), x, y, and z().

Referenced by attr_create_generic(), color_float4_to_uchar4(), and color_float_to_byte().