|
iPlug2 - C++ Audio Plug-in Framework
|
This is the complete list of members for IPattern, including all inherited members.
| AddStop(IColor color, float offset) | IPattern | inline |
| CreateLinearGradient(float x1, float y1, float x2, float y2, const std::initializer_list< IColorStop > &stops={}) | IPattern | inlinestatic |
| CreateLinearGradient(const IRECT &bounds, EDirection direction, const std::initializer_list< IColorStop > &stops={}) | IPattern | inlinestatic |
| CreateRadialGradient(float x1, float y1, float r, const std::initializer_list< IColorStop > &stops={}) | IPattern | inlinestatic |
| CreateSweepGradient(float x1, float y1, const std::initializer_list< IColorStop > &stops={}, float angleStart=0.f, float angleEnd=360.f) | IPattern | inlinestatic |
| GetStop(int idx) const | IPattern | inline |
| IPattern(EPatternType type) | IPattern | inline |
| IPattern(const IColor &color) | IPattern | inline |
| mExtend (defined in IPattern) | IPattern | |
| mNStops (defined in IPattern) | IPattern | |
| mStops (defined in IPattern) | IPattern | |
| mTransform (defined in IPattern) | IPattern | |
| mType (defined in IPattern) | IPattern | |
| NStops() const | IPattern | inline |
| SetTransform(float xx, float yx, float xy, float yy, float tx, float ty) | IPattern | inline |
| SetTransform(const IMatrix &transform) | IPattern | inline |