MCPcopy Create free account
hub / github.com/Singular/Singular / getIntensity

Method getIntensity

Singular/LIB/surfex/Lamp.java:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 public int getIntensity(){
282
283 return intenseSlider.getValue();
284 }
285
286 public void setIntensity(int i){
287 intenseSlider.setValue(i);

Callers 1

getVolMethod · 0.95

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected