Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/colorutils.h

    r181 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3434
    3535public:
    36 
    37         //! Returns a string suitable to be used for -ass-color
     36#if 0
     37       
    3838        static QString colorToRRGGBBAA(unsigned int color);
    3939        static QString colorToRRGGBB(unsigned int color);
     40
     41
    4042
    41         //! Returns a string suitable to be used for -colorkey
    42         static QString colorToRGB(unsigned int color);
     43        static QString colorToRGB(QColor c);
     44        static QString colorToRRGGBBAA(QColor c);
     45        static QString colorToRRGGBB(QColor c);
     46        static QString colorToAABBGGRR(QColor c);
     47        static QString colorToAARRGGBB(QColor c);
    4348
    44         static QString colorToAABBGGRR(unsigned int color);
     49        static Q);
    4550
    4651#ifdef CHANGE_WIDGET_COLOR
Note: See TracChangeset for help on using the changeset viewer.