iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | Public Attributes | List of all members
IBlend Struct Reference

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
 

Detailed Description

Used to manage composite/blend operations, independent of draw class/platform.

Definition at line 545 of file IGraphicsStructs.h.

Constructor & Destructor Documentation

IBlend::IBlend ( EBlend  type = EBlend::Default,
float  weight = 1.0f 
)
inline

Creates a new IBlend.

Parameters
typeBlend type (defaults to none)
weightnormalised alpha blending amount

Definition at line 553 of file IGraphicsStructs.h.


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