Changeset 188 for smplayer/trunk/src/colorutils.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/colorutils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/colorutils.h
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 34 34 35 35 public: 36 37 //! Returns a string suitable to be used for -ass-color36 #if 0 37 38 38 static QString colorToRRGGBBAA(unsigned int color); 39 39 static QString colorToRRGGBB(unsigned int color); 40 41 40 42 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); 43 48 44 static Q String colorToAABBGGRR(unsigned int color);49 static Q); 45 50 46 51 #ifdef CHANGE_WIDGET_COLOR
Note:
See TracChangeset
for help on using the changeset viewer.
