CGColorSpaceCreateIndexed create grayscale colour space with alpha

474 views Asked by At

Can somebody advice how to create grayscale colour space with alpha using CGColorSpaceCreateIndexed method? I need only grayscale values but with alpha channel enabled, that's why CGColorSpaceCreateDeviceGray() does not work for me. Thanks in advance.

0

There are 0 answers