|
iPlug2 - C++ Audio Plug-in Framework
|
Used to manage composite/blend operations, independent of draw class/platform. More...
#include <IGraphicsStructs.h>
Public Member Functions | |
| IBlend (EBlend type=EBlend::Default, float weight=1.0f) | |
| Creates a new IBlend. More... | |
Public Attributes | |
| EBlend | mMethod |
| float | mWeight |
Used to manage composite/blend operations, independent of draw class/platform.
Definition at line 543 of file IGraphicsStructs.h.
|
inline |
Creates a new IBlend.
| type | Blend type (defaults to none) |
| weight | normalised alpha blending amount |
Definition at line 551 of file IGraphicsStructs.h.
| EBlend IBlend::mMethod |
Definition at line 545 of file IGraphicsStructs.h.
| float IBlend::mWeight |
Definition at line 546 of file IGraphicsStructs.h.