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

Used to represent a point/stop in a gradient. More...

#include <IGraphicsStructs.h>

Public Member Functions

 IColorStop (IColor color, float offset)
 Create an IColor stop. More...
 

Public Attributes

IColor mColor
 
float mOffset
 

Detailed Description

Used to represent a point/stop in a gradient.

Definition at line 2124 of file IGraphicsStructs.h.

Constructor & Destructor Documentation

IColorStop::IColorStop ( IColor  color,
float  offset 
)
inline

Create an IColor stop.

Parameters
colorThe IColor for the stop
offsetThe point in the gradient for the stop

Definition at line 2133 of file IGraphicsStructs.h.


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