setAlpha method

void setAlpha(
  1. double f
)

Implementation

void setAlpha(double f) {
  return openjtalkSetAlpha(this, f);
}