Search code examples
iphoneioscocos2d-x

ccc4 Color List in COCOS2D


I'm looking for a tool or list that shows me different colours to the example below.

fillColor = ccc4(255, 0, 0,255);

Thanks in advance


Solution

  • Here is the online tools for it

    1. ARGB Convertor
    2. List of colors

    Update

    If you go through the docs ccc4(255, 0, 0,255); stands for ccc4(red,green,blue,opacity);