Changeset 2602:f6e482947cde in roaraudio for include/libroarlight


Ignore:
Timestamp:
09/11/09 03:30:19 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

very basic function to convert colors to string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarlight/colors.h

    r1941 r2602  
    113113int roar_color_conv_rgb   (struct roar_color * c, uint32_t system); 
    114114 
     115int roar_color_to_string  (struct roar_color * c, char * str, size_t len); 
     116 
     117int roar_color_to_blob    (struct roar_color * c, char * blob, size_t len); 
     118int roar_color_from_blob  (struct roar_color * c, char * blob, size_t len); 
     119 
    115120#endif 
    116121 
Note: See TracChangeset for help on using the changeset viewer.