Creates a smart-pointer to a vgui_blender_tableau. More...
#include <vgui_blender_tableau.h>
Public Member Functions | |
| vgui_blender_tableau_new (char const *file, vgui_range_map_params_sptr const &rmp=0, float a=1.0) | |
| Constructor - create a blender with the given image and alpha value. | |
| vgui_blender_tableau_new (vil1_image const &img, vgui_range_map_params_sptr const &rmp=0, float a=1.0) | |
| Constructor - create a blender with the given image and alpha value. | |
| vgui_blender_tableau_new (vil_image_resource_sptr const &img, vgui_range_map_params_sptr const &rmp=0, float a=1.0) | |
| Constructor - create a blender with the given image and alpha value. | |
| vgui_blender_tableau_new (vil_image_view_base const &img, vgui_range_map_params_sptr const &rmp=0, float a=1.0) | |
| Constructor - create a blender with the given image and alpha value. | |
Creates a smart-pointer to a vgui_blender_tableau.
Definition at line 103 of file vgui_blender_tableau.h.
| vgui_blender_tableau_new::vgui_blender_tableau_new | ( | char const * | file, |
| vgui_range_map_params_sptr const & | rmp = 0, |
||
| float | a = 1.0 |
||
| ) | [inline] |
Constructor - create a blender with the given image and alpha value.
Definition at line 106 of file vgui_blender_tableau.h.
| vgui_blender_tableau_new::vgui_blender_tableau_new | ( | vil1_image const & | img, |
| vgui_range_map_params_sptr const & | rmp = 0, |
||
| float | a = 1.0 |
||
| ) | [inline] |
Constructor - create a blender with the given image and alpha value.
Definition at line 110 of file vgui_blender_tableau.h.
| vgui_blender_tableau_new::vgui_blender_tableau_new | ( | vil_image_resource_sptr const & | img, |
| vgui_range_map_params_sptr const & | rmp = 0, |
||
| float | a = 1.0 |
||
| ) | [inline] |
Constructor - create a blender with the given image and alpha value.
Definition at line 115 of file vgui_blender_tableau.h.
| vgui_blender_tableau_new::vgui_blender_tableau_new | ( | vil_image_view_base const & | img, |
| vgui_range_map_params_sptr const & | rmp = 0, |
||
| float | a = 1.0 |
||
| ) | [inline] |
Constructor - create a blender with the given image and alpha value.
Definition at line 120 of file vgui_blender_tableau.h.
1.7.5.1