MCPcopy Create free account
hub / github.com/SFML/SFML / isSrgb

Method isSrgb

src/SFML/Graphics/Texture.cpp:828–831  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

826
827////////////////////////////////////////////////////////////
828bool Texture::isSrgb() const
829{
830 return m_sRgb;
831}
832
833
834////////////////////////////////////////////////////////////

Callers 6

Font.test.cppFile · 0.45
Texture.test.cppFile · 0.45
TextureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected