| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wpi.first.wpilibj.image.Image
edu.wpi.first.wpilibj.image.ColorImage
edu.wpi.first.wpilibj.image.HSLImage
public class HSLImage
A color image represented in HSL color space at 3 bytes per pixel.
| Field Summary | 
|---|
| Fields inherited from class edu.wpi.first.wpilibj.image.Image | 
|---|
| image | 
| Constructor Summary | |
|---|---|
| HSLImage()Create a new 0x0 image. | |
| HSLImage(java.lang.String fileName)Create a new image by loading a file. | |
| Method Summary | 
|---|
| Methods inherited from class edu.wpi.first.wpilibj.image.Image | 
|---|
| free, getHeight, getWidth, write | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HSLImage()
         throws NIVisionException
NIVisionException
public HSLImage(java.lang.String fileName)
         throws NIVisionException
fileName - The path of the file to load.
NIVisionException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||