CGColorSpace.GetColorTable Method

Definition

Return the entries of the color table used in an indexed color space

public byte[] GetColorTable ();
member this.GetColorTable : unit -> byte[]

Returns

Byte[]

An array of bytes with the same format that was provided to the CreateIndexed method

Remarks

An empty array is returned if the Model is not CGColorSpaceModel.Indexed

Applies to