Skip to content

Commit cf5f95c

Browse files
committed
Implement in test settables
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
1 parent 639e622 commit cf5f95c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

photon-core/src/test/java/org/photonvision/vision/processes/VisionModuleManagerTest.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@ public double getMaxExposureRaw() {
134134
return 1234;
135135
}
136136

137+
@Override
138+
public void setSaturation(double saturation) {}
139+
140+
@Override
141+
public double getMinSaturation() {
142+
return 1;
143+
}
144+
145+
@Override
146+
public double getMaxSaturation() {
147+
return 1234;
148+
}
149+
137150
@Override
138151
public void setAutoWhiteBalance(boolean autowb) {}
139152

0 commit comments

Comments
 (0)