BitmapPixelFormat.from constructor

BitmapPixelFormat.from(
  1. int value
)

Implementation

factory BitmapPixelFormat.from(int value) =>
    BitmapPixelFormat.values.byValue(value);