DirectXPixelFormat.from constructor

DirectXPixelFormat.from(
  1. int value
)

Implementation

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