MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetPixel

Method GetPixel

Source/SampleEditorView.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366int CSampleEditorView::GetPixel(int Block) const
367{
368 return int((double(Block) * 128.0) / m_dSampleStep);
369}
370
371void CSampleEditorView::UpdateInfo()
372{

Callers 1

OnPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected