X11PictFormatInfo class

Constructors

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

Properties

alphaMask int
final
alphaShift int
final
blueMask int
final
blueShift int
final
colormap X11ResourceId
final
depth int
final
greenMask int
final
greenShift int
final
hashCode int
The hash code for this object.
no setterinherited
id X11ResourceId
final
redMask int
final
redShift int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type X11PictureType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited