Applies To: |
|
Summary: |
I'm using the CSV_File_Display() cicode
function and have passed in some Citect colours for the Font and
Background colour parameters. Why aren't they being displayed
properly? |
Solution: |
The CSV_File_Display() cicode function is
expecting a PackedRGB Colour value rather than a Citect colour. You
should use the PackedRGB Cicode function to obtain the correct
colour code instead of MakeCitectColour(). |
Keywords: |
CSV_File_Display, PackedRGB, Colors, Colours |
Related Links
Attachments