ReadPixelsFlags
public struct ReadPixelsFlags : OptionSet
Flags for cogl_framebuffer_read_pixels_into_bitmap()
-
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
CoglReadPixelsFlagsenum valueDeclaration
Swift
@inlinable public var value: CoglReadPixelsFlags { 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
CoglReadPixelsFlagsenum valueDeclaration
Swift
@inlinable public init(_ enumValue: CoglReadPixelsFlags) -
Creates a new instance with the specified Int value
Declaration
Swift
@inlinable public init<I>(_ intValue: I) where I : BinaryInteger -
Read from the color buffer
Declaration
Swift
public static let colorBuffer: ReadPixelsFlags
View on GitHub
Install in Dash
ReadPixelsFlags Structure Reference