![]() |
CUGL 3.0
Cornell University Game Library
|
This is the complete list of members for cugl::graphics::Gradient, including all inherited members.
| alloc(const Color4 color) | cugl::graphics::Gradient | inlinestatic |
| allocBox(const Color4 inner, const Color4 outer, const Rect box, float radius, float feather) | cugl::graphics::Gradient | inlinestatic |
| allocBox(const Color4 inner, const Color4 outer, const Vec2 origin, const Size size, float radius, float feather) | cugl::graphics::Gradient | inlinestatic |
| allocCopy(const std::shared_ptr< Gradient > &grad) | cugl::graphics::Gradient | inlinestatic |
| allocLinear(const Color4 inner, const Color4 outer, const Vec2 start, const Vec2 end) | cugl::graphics::Gradient | inlinestatic |
| allocRadial(const Color4 inner, const Color4 outer, const Vec2 center, float radius) | cugl::graphics::Gradient | inlinestatic |
| allocRadial(const Color4 inner, const Color4 outer, const Vec2 center, float iradius, float oradius) | cugl::graphics::Gradient | inlinestatic |
| allocWithData(const std::shared_ptr< JsonValue > &data) | cugl::graphics::Gradient | inlinestatic |
| dispose() | cugl::graphics::Gradient | |
| getComponents(float *array) const | cugl::graphics::Gradient | |
| getData(float *array) const | cugl::graphics::Gradient | |
| getExtent() const | cugl::graphics::Gradient | inline |
| getFeather() const | cugl::graphics::Gradient | inline |
| getInnerColor() const | cugl::graphics::Gradient | inline |
| getOuterColor() const | cugl::graphics::Gradient | inline |
| getRadius() const | cugl::graphics::Gradient | inline |
| getTransform() const | cugl::graphics::Gradient | |
| Gradient() | cugl::graphics::Gradient | |
| Gradient(const Gradient &grad) | cugl::graphics::Gradient | inline |
| Gradient(Gradient &&grad) | cugl::graphics::Gradient | |
| init(const Color4f color) | cugl::graphics::Gradient | |
| initBox(const Color4 inner, const Color4 outer, const Rect box, float radius, float feather) | cugl::graphics::Gradient | |
| initBox(const Color4 inner, const Color4 outer, const Vec2 origin, const Size size, float radius, float feather) | cugl::graphics::Gradient | |
| initCopy(const std::shared_ptr< Gradient > &grad) | cugl::graphics::Gradient | |
| initLinear(const Color4 inner, const Color4 outer, const Vec2 start, const Vec2 end) | cugl::graphics::Gradient | |
| initRadial(const Color4 inner, const Color4 outer, const Vec2 center, float radius) | cugl::graphics::Gradient | |
| initRadial(const Color4 inner, const Color4 outer, const Vec2 center, float iradius, float oradius) | cugl::graphics::Gradient | |
| initWithData(const std::shared_ptr< JsonValue > &data) | cugl::graphics::Gradient | |
| multiply(const Mat4 &mat) | cugl::graphics::Gradient | inline |
| multiply(const Affine2 &aff) | cugl::graphics::Gradient | inline |
| operator std::string() const | cugl::graphics::Gradient | inline |
| operator*(const Mat4 &mat) const | cugl::graphics::Gradient | inline |
| operator*(const Affine2 &aff) const | cugl::graphics::Gradient | inline |
| operator*=(const Mat4 &mat) | cugl::graphics::Gradient | |
| operator*=(const Affine2 &aff) | cugl::graphics::Gradient | |
| operator=(const Gradient &other) | cugl::graphics::Gradient | inline |
| operator=(Gradient &&other) | cugl::graphics::Gradient | inline |
| operator=(const Color4 color) | cugl::graphics::Gradient | inline |
| rotate(float angle) | cugl::graphics::Gradient | |
| scale(float value) | cugl::graphics::Gradient | |
| scale(const Vec2 s) | cugl::graphics::Gradient | |
| scale(float sx, float sy) | cugl::graphics::Gradient | inline |
| set(const Gradient &grad) | cugl::graphics::Gradient | |
| set(const std::shared_ptr< Gradient > &grad) | cugl::graphics::Gradient | inline |
| set(const Color4 color) | cugl::graphics::Gradient | |
| set(const Color4 inner, const Color4 outer, const Vec2 start, const Vec2 end) | cugl::graphics::Gradient | |
| set(const Color4 inner, const Color4 outer, const Vec2 center, float radius) | cugl::graphics::Gradient | |
| set(const Color4 inner, const Color4 outer, const Vec2 center, float iradius, float oradius) | cugl::graphics::Gradient | |
| set(const Color4 inner, const Color4 outer, const Rect box, float radius, float feather) | cugl::graphics::Gradient | |
| set(const Color4 inner, const Color4 outer, const Vec2 origin, const Size size, float radius, float feather) | cugl::graphics::Gradient | |
| setExtent(const Vec2 extent) | cugl::graphics::Gradient | inline |
| setFeather(float feather) | cugl::graphics::Gradient | inline |
| setInnerColor(const Color4 color) | cugl::graphics::Gradient | inline |
| setOuterColor(const Color4 color) | cugl::graphics::Gradient | inline |
| setRadius(float radius) | cugl::graphics::Gradient | inline |
| setTransform(const Affine2 &transform) | cugl::graphics::Gradient | |
| setTransform(const Mat4 &transform) | cugl::graphics::Gradient | |
| toString(bool verbose=false) const | cugl::graphics::Gradient | |
| translate(const Vec2 t) | cugl::graphics::Gradient | |
| translate(float tx, float ty) | cugl::graphics::Gradient | inline |
| ~Gradient() | cugl::graphics::Gradient | inline |