Color

sRGB color space representation for Isochrone contour.

This is a compatibility shim to keep the library’s public interface consistent between Apple and non-Apple platforms that lack UIKit or AppKit. On Apple platforms, you can use UIColor or NSColor respectively anywhere you see this type.

  • red

    Red color component.

    Value ranged from 0 up to 255.

  • Green color component.

    Value ranged from 0 up to 255.

  • Blue color component.

    Value ranged from 0 up to 255.

  • Creates new Color instance.