iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
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 543 of file IGraphicsStructs.h.

Constructor & Destructor Documentation

◆ IBlend()

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 551 of file IGraphicsStructs.h.

Member Data Documentation

◆ mMethod

EBlend IBlend::mMethod

Definition at line 545 of file IGraphicsStructs.h.

◆ mWeight

float IBlend::mWeight

Definition at line 546 of file IGraphicsStructs.h.


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