![]() |
neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neogfx::gradient, including all inherited members.
alpha_at(double aPos) const | neogfx::gradient | |
alpha_at(double aPos, double aStart, double aEnd) const | neogfx::gradient | |
alpha_begin() const | neogfx::gradient | |
alpha_begin() | neogfx::gradient | |
alpha_end() const | neogfx::gradient | |
alpha_end() | neogfx::gradient | |
alpha_stop typedef | neogfx::gradient | |
alpha_stop_count() const | neogfx::gradient | |
alpha_stop_list typedef | neogfx::gradient | |
at(double aPos) const | neogfx::gradient | |
at(double aPos, double aStart, double aEnd) const | neogfx::gradient | |
centre() const | neogfx::gradient | |
color_at(double aPos) const | neogfx::gradient | |
color_at(double aPos, double aStart, double aEnd) const | neogfx::gradient | |
color_begin() const | neogfx::gradient | |
color_begin() | neogfx::gradient | |
color_end() const | neogfx::gradient | |
color_end() | neogfx::gradient | |
color_stop typedef | neogfx::gradient | |
color_stop_count() const | neogfx::gradient | |
color_stop_list typedef | neogfx::gradient | |
combined_stops() const | neogfx::gradient | |
direction() const | neogfx::gradient | |
erase_stop(color_stop_list::iterator aStop) | neogfx::gradient | |
erase_stop(alpha_stop_list::iterator aStop) | neogfx::gradient | |
exponents() const | neogfx::gradient | |
find_alpha_stop(double aPos, bool aToInsert=false) | neogfx::gradient | |
find_alpha_stop(double aPos, double aStart, double aEnd, bool aToInsert=false) | neogfx::gradient | |
find_color_stop(double aPos, bool aToInsert=false) | neogfx::gradient | |
find_color_stop(double aPos, double aStart, double aEnd, bool aToInsert=false) | neogfx::gradient | |
gradient() | neogfx::gradient | |
gradient(const gradient &aOther) | neogfx::gradient | |
gradient(const color &aColor) | neogfx::gradient | explicit |
gradient(const color &aColor, gradient_direction aDirection) | neogfx::gradient | |
gradient(const color &aColor1, const color &aColor2, gradient_direction aDirection=gradient_direction::Vertical) | neogfx::gradient | |
gradient(const color_stop_list &aColorStops, gradient_direction aDirection=gradient_direction::Vertical) | neogfx::gradient | |
gradient(const color_stop_list &aColorStops, const alpha_stop_list &aAlphaStops, gradient_direction aDirection=gradient_direction::Vertical) | neogfx::gradient | |
gradient(const gradient &aOther, const color_stop_list &aColorStops, const alpha_stop_list &aAlphaStops) | neogfx::gradient | |
gradient(const std::initializer_list< color > &aColors, gradient_direction aDirection=gradient_direction::Vertical) | neogfx::gradient | |
insert_alpha_stop(double aPos) | neogfx::gradient | |
insert_alpha_stop(double aPos, double aStart, double aEnd) | neogfx::gradient | |
insert_color_stop(double aPos) | neogfx::gradient | |
insert_color_stop(double aPos, double aStart, double aEnd) | neogfx::gradient | |
MaxStops | neogfx::gradient | static |
normalized_position(double aPos, double aStart, double aEnd) | neogfx::gradient | static |
operator!=(const gradient &aOther) const | neogfx::gradient | |
operator<(const gradient &aOther) const | neogfx::gradient | |
operator==(const gradient &aOther) const | neogfx::gradient | |
orientation() const | neogfx::gradient | |
orientation_type typedef | neogfx::gradient | |
reversed() const | neogfx::gradient | |
set_cache_usage(bool aUseCache) | neogfx::gradient | |
set_centre(const optional_point &aCentre) | neogfx::gradient | |
set_direction(gradient_direction aDirection) | neogfx::gradient | |
set_exponents(const optional_vec2 &aExponents) | neogfx::gradient | |
set_orientation(orientation_type aOrientation) | neogfx::gradient | |
set_shape(gradient_shape aShape) | neogfx::gradient | |
set_size(gradient_size aSize) | neogfx::gradient | |
set_smoothness(double aSmoothness) | neogfx::gradient | |
shape() const | neogfx::gradient | |
size() const | neogfx::gradient | |
smoothness() const | neogfx::gradient | |
use_cache() const | neogfx::gradient | |
with_alpha(T aAlpha, std::enable_if_t< std::is_floating_point_v< T >, sfinae >={}) | neogfx::gradient | inline |
with_alpha(color::component aAlpha) const | neogfx::gradient | |
with_centre(const optional_point &aCentre) const | neogfx::gradient | |
with_combined_alpha(T aAlpha, std::enable_if_t< std::is_floating_point_v< T >, sfinae >={}) | neogfx::gradient | inline |
with_combined_alpha(color::component aAlpha) const | neogfx::gradient | |
with_direction(gradient_direction aDirection) const | neogfx::gradient | |
with_exponents(const optional_vec2 &aExponents) const | neogfx::gradient | |
with_orientation(orientation_type aOrientation) const | neogfx::gradient | |
with_shape(gradient_shape aShape) const | neogfx::gradient | |
with_size(gradient_size aSize) const | neogfx::gradient | |
with_smoothness(double aSmoothness) const | neogfx::gradient |