Skip to content

Commit 0c1d98a

Browse files
Make HSBComponents and HSLComponents public to match public method return types
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 65e7cfe commit 0c1d98a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pika/Extensions/NSColor+HSL.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import Defaults
55
// identifier_name is disabled because color science math uses conventional single-letter
66
// variable names (h, s, b, l, r, g) that would be misleading if renamed.
77

8-
struct HSBComponents { let h, s, b: CGFloat }
9-
struct HSLComponents { let h, s, l: CGFloat }
8+
public struct HSBComponents { let h, s, b: CGFloat }
9+
public struct HSLComponents { let h, s, l: CGFloat }
1010

1111
extension NSColor {
1212
/*

0 commit comments

Comments
 (0)