summaryrefslogtreecommitdiff
path: root/src/colour.h
AgeCommit message (Collapse)Author
2023-02-24Change from_argb_hex() (which wasn't being used) to from_rgba_hex().Carl Hetherington
2022-12-03Remove DCP subtitle support.v1.6.41Carl Hetherington
This was only a thin wrapper around libdcp, used by videocon but not by DCP-o-matic. It seems very unlikely that anybody else will want it, and the dependency of libsub on libdcp causes hassle that will be gladly avoided.
2018-09-03Comment.Carl Hetherington
2018-01-09Add a method to convert to a libdcp colour.Carl Hetherington
2015-07-02Add support for reading <font> tags in SubRip.Carl Hetherington
2014-05-31Some Doxygen comments.Carl Hetherington
2014-05-30Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.Carl Hetherington
2014-01-29Various developments.Carl Hetherington