/**
Returns the number of stops.
*/
- unsigned GetCount() const;
+ size_t GetCount() const;
/**
Set the start colour to @a col
/**
Rotates this matrix clockwise (in radians).
- @param radians
+ @param angle
Rotation angle in radians, clockwise.
*/
virtual void Rotate(wxDouble angle);