Age | Commit message (Collapse) | Author |
|
- Also made the various xxxDraw methods virtual and moved them to the
protected section. So they can be overridden in descendants if needed.
- Fixed the default color value of the Color property. The value stored
in RTTI was different to the actual value assigned in the constructor.
|
|
|
|
* I introduced a new record type TFPColor (same as the declaration
in the FPImage unit. I also introduced new conversion functions
that work with TFPColor.
* I marked the TRGBTriple type as deprecated.
* I replaced all TRGBTriple usage with TFPColor.
|
|
|
|
|
|
|
|
* UI Designer has been updated to reflect the new gui unit names.
|