Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Implement CGColorSpaceGetColorTable(+Count) & Tests#2397

Merged
msft-Jeyaram merged 2 commits into
microsoft:developfrom
msft-Jeyaram:ImplementCGColorIndex
Apr 3, 2017
Merged

Implement CGColorSpaceGetColorTable(+Count) & Tests#2397
msft-Jeyaram merged 2 commits into
microsoft:developfrom
msft-Jeyaram:ImplementCGColorIndex

Conversation

@msft-Jeyaram

Copy link
Copy Markdown

fixes #2387

@DHowett-MSFT DHowett-MSFT changed the title Implementation ofCGColorSpaceGetColorTableCount & CGColorSpaceGetColorTable w/ unittests Implement CGColorSpaceGetColorTable(+Count) & Tests Mar 31, 2017
@DHowett-MSFT

Copy link
Copy Markdown

Pull request renamed. 😄

@msft-Jeyaram

msft-Jeyaram commented Mar 31, 2017

Copy link
Copy Markdown
Author

@DHowett-MSFT thanks Dustin

Comment thread Frameworks/CoreGraphics/CGColorSpace.mm Outdated
UNIMPLEMENTED();
RETURN_IF(!space);
RETURN_IF(!table);
return space->GetTable(table);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I'd prefer CopyColorTable or CopyColorTableToBuffer

@msft-Jeyaram msft-Jeyaram merged commit 359fa6a into microsoft:develop Apr 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CGColorSpace: Implement CGColorSpaceGetColorTableCount & CGColorSpaceGetColorTable

3 participants