---------------------------------------------------------------------- This is the API documentation for the gdtest_small_class library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Color(r: int = 0, g: int = 0, b: int = 0) An RGB color. Parameters ---------- r Red channel (0-255). g Green channel (0-255). b Blue channel (0-255). Point(x: float = 0.0, y: float = 0.0) A 2D point. Parameters ---------- x The x coordinate. y The y coordinate.