MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / gradientHBox

Method gradientHBox

sources/image/Image.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94template <typename ColorSpace>
95void Image<ColorSpace>::gradientHBox(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint8_t r, uint8_t g, uint8_t b)
96{
97 _sharedData->gradientHBox(x1, y1, x2, y2, r, g, b);
98}
99
100template <typename ColorSpace>
101void Image<ColorSpace>::gradientVBox(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint8_t r, uint8_t g, uint8_t b)

Callers 11

getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected