PixbufFormatFlags
public struct PixbufFormatFlags : OptionSet
Flags which allow a module to specify further details about the supported operations.
-
The corresponding value of the raw type
Declaration
Swift
public var rawValue: UInt32 -
The equivalent raw Int value
Declaration
Swift
@inlinable public var intValue: Int { get set } -
The equivalent raw
gintvalueDeclaration
Swift
@inlinable public var int: gint { get set } -
The equivalent underlying
GdkPixbufFormatFlagsenum valueDeclaration
Swift
@inlinable public var value: GdkPixbufFormatFlags { get set } -
Creates a new instance with the specified raw value
Declaration
Swift
@inlinable public init(rawValue: UInt32) -
Creates a new instance with the specified
GdkPixbufFormatFlagsenum valueDeclaration
Swift
@inlinable public init(_ enumValue: GdkPixbufFormatFlags) -
Creates a new instance with the specified Int value
Declaration
Swift
@inlinable public init<I>(_ intValue: I) where I : BinaryInteger -
the module can write out images in the format.
Declaration
Swift
public static let writable: PixbufFormatFlags -
the image format is scalable
Declaration
Swift
public static let scalable: PixbufFormatFlags -
the module is threadsafe. gdk-pixbuf ignores modules that are not marked as threadsafe. (Since 2.28).
Declaration
Swift
public static let threadsafe: PixbufFormatFlags
View on GitHub
Install in Dash
PixbufFormatFlags Structure Reference