MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setMaskColor

Method setMaskColor

src/doc/image.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 gfx::Rect bounds() const { return gfx::Rect(0, 0, m_width, m_height); }
44 color_t maskColor() const { return m_maskColor; }
45 void setMaskColor(color_t c) { m_maskColor = c; }
46
47 virtual int getMemSize() const override;
48 int getRowStrideSize() const;

Callers 6

convert_pixel_formatFunction · 0.45
fixupImageMethod · 0.45
crop_imageFunction · 0.45
setTransparentColorMethod · 0.45
read_imageFunction · 0.45
rotsprite_imageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected