IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

Document 'hex' and 'rgb'

Open brandonscript opened this issue 10 years ago • 0 comments

IX_STATIC_CONST_STRING kIXToHex = @"hex";                           // [[?:hex]]                                -> String value of RGB ?,?,?,? in hex value.  Last value can be used for alpha otherwise it is 1.0f.
IX_STATIC_CONST_STRING kIXToRGB = @"rgb";                           // [[?:rgb]]                                -> String value of hex string to RGB.

These are now in the source. Should probably be rgbToHex and hexToRGB and need to be documented.

brandonscript avatar Mar 26 '15 17:03 brandonscript