init static method

void init(
  1. BrPixel brPixel
)

Implementation

static void init(BrPixel brPixel) {
  _brPixel = brPixel;
}