Class
TImage
Overview
TImage is an object that represents an image in your app.
Properties
Initializers
init?(contentsOfFile filename: String)
init?(contentsOfFileInBundle filename: String)
Methods
func pixel(at point: CGPoint) -> TPixel
func pixel(atX x: Int, y: Int) -> TPixel
func color(atX x: Int, y: Int) -> TColor
func set(pixel: TPixel, x: Int, y: Int)
Related