dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
CIImage
derelict
cocoa
coreimage
Undocumented in source.
struct
CIImage {
nothrow @
nogc
NSObject
parent
;
mixin
NSObjectTemplate
!(
CIImage
,
"CIImage"
)
;
static
CIImage
imageWithBitmapData
(NSData d, size_t bytesPerRow, CGSize size, CIFormat f, CGColorSpaceRef cs);
}
Alias This
parent
Members
Mixins
__anonymous
mixin
NSObjectTemplate
!(
CIImage
,
"CIImage"
)
Undocumented in source.
Static functions
imageWithBitmapData
CIImage
imageWithBitmapData
(NSData d, size_t bytesPerRow, CGSize size, CIFormat f, CGColorSpaceRef cs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
parent
NSObject
parent
;
Undocumented in source.
Mixed In Members
From
mixin
NSObjectTemplate
!(
CIImage
,
"CIImage"
)
this
this
(id id_)
Undocumented in source.
alloc
T
alloc
()
Allocates, but do not init
getClass
Class
getClass
()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id
getClassID
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
derelict
cocoa
coreimage
aliases
CIFormat
static variables
kCIFormatARGB8
kCIFormatRGBA16
kCIFormatRGBAf
kCIFormatRGBAh
structs
CIContext
CIImage