iPlug2 - C++ Audio Plug-in Framework
|
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 |
Used to represent a point/stop in a gradient.
Definition at line 2126 of file IGraphicsStructs.h.
|
inline |
Definition at line 2128 of file IGraphicsStructs.h.
|
inline |
Create an IColor stop.
color | The IColor for the stop |
offset | The point in the gradient for the stop |
Definition at line 2135 of file IGraphicsStructs.h.
IColor IColorStop::mColor |
Definition at line 2142 of file IGraphicsStructs.h.
float IColorStop::mOffset |
Definition at line 2143 of file IGraphicsStructs.h.