@quenty/colorsequenceutils 7.8.4 → 7.8.5-canary.11a5dcf.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.8.5-canary.11a5dcf.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/colorsequenceutils@7.8.4...@quenty/colorsequenceutils@7.8.5-canary.11a5dcf.0) (2025-05-10)
7
+
8
+ **Note:** Version bump only for package @quenty/colorsequenceutils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.8.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/colorsequenceutils@7.8.3...@quenty/colorsequenceutils@7.8.4) (2025-04-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/colorsequenceutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/colorsequenceutils",
3
- "version": "7.8.4",
3
+ "version": "7.8.5-canary.11a5dcf.0",
4
4
  "description": "Utility functions for Color sequences in Roblox.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,8 +28,8 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@quenty/loader": "^10.8.3",
32
- "@quenty/math": "^2.7.3"
31
+ "@quenty/loader": "10.8.4-canary.11a5dcf.0",
32
+ "@quenty/math": "2.7.3"
33
33
  },
34
- "gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
34
+ "gitHead": "11a5dcf7d4c7a0bfbf3337e97d30e8346ea09d3f"
35
35
  }
@@ -54,7 +54,13 @@ end
54
54
  @param percentOffset number
55
55
  @return ColorSequence
56
56
  ]=]
57
- function ColorSequenceUtils.stripe(stripes: number, backgroundColor3: Color3, stripeColor3: Color3, percentStripeThickness: number, percentOffset: number): ColorSequence
57
+ function ColorSequenceUtils.stripe(
58
+ stripes: number,
59
+ backgroundColor3: Color3,
60
+ stripeColor3: Color3,
61
+ percentStripeThickness: number,
62
+ percentOffset: number
63
+ ): ColorSequence
58
64
  percentOffset = percentOffset or 0
59
65
  percentStripeThickness = math.clamp(percentStripeThickness or 0.5, 0, 1)
60
66
 
@@ -131,4 +137,4 @@ function ColorSequenceUtils.stripe(stripes: number, backgroundColor3: Color3, st
131
137
  return ColorSequence.new(fullWaypoints)
132
138
  end
133
139
 
134
- return ColorSequenceUtils
140
+ return ColorSequenceUtils