Blender V4.3
COM_GlareBaseOperation.h File Reference
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

Go to the source code of this file.

Classes

class  blender::compositor::GlareBaseOperation
 

Namespaces

namespace  blender
 
namespace  blender::compositor
 

Macros

#define fRGB_rgbmult(c, r, g, b)
 

Typedefs

typedef float blender::compositor::fRGB[4]
 

Macro Definition Documentation

◆ fRGB_rgbmult

#define fRGB_rgbmult ( c,
r,
g,
b )
Value:
{ \
c[0] *= (r); \
c[1] *= (g); \
c[2] *= (b); \
} \
(void)0
local_group_size(16, 16) .push_constant(Type b

Definition at line 18 of file COM_GlareBaseOperation.h.

Referenced by blender::compositor::GlareGhostOperation::generate_glare().