OilPaint constructor

OilPaint([
  1. dynamic strength
])

Implementation

OilPaint([dynamic strength]) {
  _strength = strength;
}