Krita Source Code Documentation
Loading...
Searching...
No Matches
bumpmap_vals_t Struct Reference

#include <gimp_bump_map.h>

Public Member Functions

 bumpmap_vals_t ()
 

Public Attributes

int ambient
 
double azimuth
 
const qint32 bumpmap_id
 
bool compensate
 
int depth
 
double elevation
 
bool invert
 
const bool tiled
 
int type
 
const int waterlevel
 
const int xofs
 
const int yofs
 

Detailed Description

Definition at line 29 of file gimp_bump_map.h.

Constructor & Destructor Documentation

◆ bumpmap_vals_t()

bumpmap_vals_t::bumpmap_vals_t ( )
inline

Definition at line 31 of file gimp_bump_map.h.

32 : bumpmap_id(0),
33 azimuth(0),
34 elevation(30),
35 depth(50),
36 xofs(0),
37 yofs(0),
38 waterlevel(0),
39 ambient(10),
40 compensate(true),
41 invert(false),
42 type(0),
43 tiled(false)
44 {
45 }
const bool tiled
const int waterlevel
const qint32 bumpmap_id

Member Data Documentation

◆ ambient

int bumpmap_vals_t::ambient

Definition at line 54 of file gimp_bump_map.h.

◆ azimuth

double bumpmap_vals_t::azimuth

Definition at line 48 of file gimp_bump_map.h.

◆ bumpmap_id

const qint32 bumpmap_vals_t::bumpmap_id

Definition at line 47 of file gimp_bump_map.h.

◆ compensate

bool bumpmap_vals_t::compensate

Definition at line 55 of file gimp_bump_map.h.

◆ depth

int bumpmap_vals_t::depth

Definition at line 50 of file gimp_bump_map.h.

◆ elevation

double bumpmap_vals_t::elevation

Definition at line 49 of file gimp_bump_map.h.

◆ invert

bool bumpmap_vals_t::invert

Definition at line 56 of file gimp_bump_map.h.

◆ tiled

const bool bumpmap_vals_t::tiled

Definition at line 58 of file gimp_bump_map.h.

◆ type

int bumpmap_vals_t::type

Definition at line 57 of file gimp_bump_map.h.

◆ waterlevel

const int bumpmap_vals_t::waterlevel

Definition at line 53 of file gimp_bump_map.h.

◆ xofs

const int bumpmap_vals_t::xofs

Definition at line 51 of file gimp_bump_map.h.

◆ yofs

const int bumpmap_vals_t::yofs

Definition at line 52 of file gimp_bump_map.h.


The documentation for this struct was generated from the following file: