Skip to content

Instantly share code, notes, and snippets.

View rajeshm20's full-sized avatar
🎯
Focusing

Rajesh Mani rajeshm20

🎯
Focusing
  • India
View GitHub Profile
import Foundation
import UIKit
// Usage Examples
let shadowColor = Color.shadow.value
let shadowColorWithAlpha = Color.shadow.withAlpha(0.5)
let customColorWithAlpha = Color.custom(hexString: "#123edd", alpha: 0.25).value
enum Color {