add CGColorSpaceCreatePattern

This commit is contained in:
Christopher Lloyd 2010-12-13 10:33:50 -05:00
parent d81a22d24c
commit a3b48d2b59
3 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,7 @@ COREGRAPHICS_EXPORT void CGColorSpaceRelease(CGColorSpaceRef colorSpace);
COREGRAPHICS_EXPORT CGColorSpaceRef CGColorSpaceCreateDeviceRGB();
COREGRAPHICS_EXPORT CGColorSpaceRef CGColorSpaceCreateDeviceGray();
COREGRAPHICS_EXPORT CGColorSpaceRef CGColorSpaceCreateDeviceCMYK();
COREGRAPHICS_EXPORT CGColorSpaceRef CGColorSpaceCreatePattern(CGColorSpaceRef baseSpace);
COREGRAPHICS_EXPORT CGColorSpaceModel CGColorSpaceGetModel(CGColorSpaceRef self);
COREGRAPHICS_EXPORT size_t CGColorSpaceGetNumberOfComponents(CGColorSpaceRef self);

View File

@ -29,6 +29,10 @@ CGColorSpaceRef CGColorSpaceCreateDeviceCMYK() {
return O2ColorSpaceCreateDeviceCMYK();
}
CGColorSpaceRef CGColorSpaceCreatePattern(CGColorSpaceRef baseSpace) {
return O2ColorSpaceCreatePattern(baseSpace);
}
CGColorSpaceModel CGColorSpaceGetModel(CGColorSpaceRef self) {
return O2ColorSpaceGetModel(self);
}

View File

@ -280,7 +280,14 @@
isa = PBXProject;
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Security" */;
compatibilityVersion = "Xcode 2.4";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 0867D691FE84028FC02AAC07 /* Security */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";