X11PictFormatInfo constructor

const X11PictFormatInfo(
  1. X11ResourceId id, {
  2. X11PictureType type = X11PictureType.direct,
  3. int depth = 24,
  4. int redShift = 0,
  5. int redMask = 0,
  6. int greenShift = 0,
  7. int greenMask = 0,
  8. int blueShift = 0,
  9. int blueMask = 0,
  10. int alphaShift = 0,
  11. int alphaMask = 0,
  12. X11ResourceId colormap = X11ResourceId.None,
})

Implementation

const X11PictFormatInfo(this.id,
    {this.type = X11PictureType.direct,
    this.depth = 24,
    this.redShift = 0,
    this.redMask = 0,
    this.greenShift = 0,
    this.greenMask = 0,
    this.blueShift = 0,
    this.blueMask = 0,
    this.alphaShift = 0,
    this.alphaMask = 0,
    this.colormap = X11ResourceId.None});