|
HighMap library (C++)
|
This is the complete list of members for hmap::HeightmapRGBA, including all inherited members.
| colorize(Heightmap &color_level, float vmin, float vmax, int cmap, Heightmap *p_alpha=nullptr, bool reverse=false, Heightmap *p_noise=nullptr) | hmap::HeightmapRGBA | |
| colorize(Heightmap &color_level, float vmin, float vmax, std::vector< std::vector< float > > colormap_colors, Heightmap *p_alpha=nullptr, bool reverse=false, Heightmap *p_noise=nullptr) | hmap::HeightmapRGBA | |
| colorize(Heightmap &color_level, float vmin, float vmax, std::vector< float > positions, std::vector< std::vector< float > > colormap_colors, Heightmap *p_alpha=nullptr, bool reverse=false, Heightmap *p_noise=nullptr) | hmap::HeightmapRGBA | |
| HeightmapRGBA(Heightmap r, Heightmap g, Heightmap b, Heightmap a) | hmap::HeightmapRGBA | |
| HeightmapRGBA(Vec2< int > shape, Vec2< int > tiling, float overlap, Array array_r, Array array_g, Array array_b, Array array_a) | hmap::HeightmapRGBA | |
| HeightmapRGBA(Vec2< int > shape, Vec2< int > tiling, float overlap) | hmap::HeightmapRGBA | |
| HeightmapRGBA() | hmap::HeightmapRGBA | |
| luminance() | hmap::HeightmapRGBA | |
| mix_heightmap_rgba | hmap::HeightmapRGBA | friend |
| mix_heightmap_rgba | hmap::HeightmapRGBA | friend |
| normalize() | hmap::HeightmapRGBA | |
| rgba | hmap::HeightmapRGBA | |
| set_alpha(Heightmap new_alpha) | hmap::HeightmapRGBA | |
| set_alpha(float new_alpha) | hmap::HeightmapRGBA | |
| set_sto(Vec2< int > new_shape, Vec2< int > new_tiling, float new_overlap) | hmap::HeightmapRGBA | |
| shape | hmap::HeightmapRGBA | |
| to_img_8bit(Vec2< int > shape_img={0, 0}, bool flip_y=true) const | hmap::HeightmapRGBA | |
| to_png(const std::string &fname, int depth=CV_8U) | hmap::HeightmapRGBA |