derelict.cocoa.coregraphics

Utilities from the CoreGraphics framework.

Members

Aliases

CGBitmapInfo
alias CGBitmapInfo = uint
Undocumented in source.
CGColorRenderingIntent
alias CGColorRenderingIntent = uint
Undocumented in source.
CGColorSpaceRef
alias CGColorSpaceRef = void*
Undocumented in source.
CGContextRef
alias CGContextRef = void*
Undocumented in source.
CGDataProviderRef
alias CGDataProviderRef = void*
Undocumented in source.
CGDataProviderReleaseDataCallback
alias CGDataProviderReleaseDataCallback = void*
Undocumented in source.
CGImageByteOrderInfo
alias CGImageByteOrderInfo = uint
Undocumented in source.
CGImageRef
alias CGImageRef = void*
Undocumented in source.
CGMakeRect
alias CGMakeRect = NSMakeRect
Undocumented in source.
CGPoint
alias CGPoint = NSPoint
Undocumented in source.
CGRect
alias CGRect = NSRect
Undocumented in source.
CGSize
alias CGSize = NSSize
Undocumented in source.
da_CGContextDrawImage
alias da_CGContextDrawImage = void function(CGContextRef c, CGRect rect, CGImageRef image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGDataProviderCreateWithData
alias da_CGDataProviderCreateWithData = CGDataProviderRef function(void* info, const(void)* data, size_t size, CGDataProviderReleaseDataCallback releaseData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGDataProviderRelease
alias da_CGDataProviderRelease = void function(CGDataProviderRef provider)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGImageCreate
alias da_CGImageCreate = CGImageRef function(size_t width, size_t height, size_t bitsPerComponent, size_t bitsPerPixel, size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, CGDataProviderRef provider, const(CGFloat)* decode, bool shouldInterpolate, CGColorRenderingIntent intent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGImageRelease
alias da_CGImageRelease = void function(CGImageRef image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictCoreGraphicsLoader
class DerelictCoreGraphicsLoader
Undocumented in source.

Enums

kCGBitmapAlphaInfoMask
anonymousenum kCGBitmapAlphaInfoMask
Undocumented in source.
kCGImageAlphaNone
anonymousenum kCGImageAlphaNone
Undocumented in source.
kCGImageByteOrderMask
anonymousenum kCGImageByteOrderMask
Undocumented in source.
kCGRenderingIntentDefault
anonymousenum kCGRenderingIntentDefault
Undocumented in source.

Functions

CGRectToNSRect
NSRect CGRectToNSRect(CGRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
NSRectToCGRect
CGRect NSRectToCGRect(NSRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
acquireCoreGraphicsFunctions
void acquireCoreGraphicsFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseCoreGraphicsFunctions
void releaseCoreGraphicsFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

libNames
enum libNames;
Undocumented in source.
libNames
enum libNames;
Undocumented in source.

Static variables

CGContextDrawImage
da_CGContextDrawImage CGContextDrawImage;
Undocumented in source.
CGDataProviderCreateWithData
da_CGDataProviderCreateWithData CGDataProviderCreateWithData;
Undocumented in source.
CGDataProviderRelease
da_CGDataProviderRelease CGDataProviderRelease;
Undocumented in source.
CGImageCreate
da_CGImageCreate CGImageCreate;
Undocumented in source.
CGImageRelease
da_CGImageRelease CGImageRelease;
Undocumented in source.

Meta