MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetColorLevel

Method SetColorLevel

Plugins/TigerVnc/Client/ParameterVnc.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void CParameterVnc::SetColorLevel(COLOR_LEVEL newColorLevel)
198{
199 if(m_nColorLevel == newColorLevel)
200 return;
201 m_nColorLevel = newColorLevel;
202 SetModified(true);
203}
204
205int CParameterVnc::GetPreferredEncoding() const
206{

Callers 1

on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected