withColor abstract method

ParchmentAttribute<int> withColor(
  1. int color
)

Creates the color attribute with color value

Implementation

ParchmentAttribute<int> withColor(int color);