GDICanvas.StorageType

Storage type used by the GDI buffer.

  1. alias StorageType = OneBitStorageBE
    struct GDICanvas(COLOR)
    static if(is(COLOR == bool))
    alias StorageType = OneBitStorageBE
  2. alias StorageType = PlainStorageUnit!COLOR

Meta