Property | Type | Description | |
---|---|---|---|
points | List |
Method | Description | |
---|---|---|
Pixel ( int x1, int y1, Color color1 ) : System | ||
ToString ( ) : string | ||
colorIsDiferent ( Color c1, Color c2 ) : bool | ||
getPoint ( ) : Point |
Method | Description | |
---|---|---|
colorIsSimilar ( Color c1, Color c2 ) : bool | ||
pixelInsidePolygon ( |
public Pixel ( int x1, int y1, Color color1 ) : System | ||
x1 | int | |
y1 | int | |
color1 | Color | |
return | System |
public static colorIsDiferent ( Color c1, Color c2 ) : bool | ||
c1 | Color | |
c2 | Color | |
return | bool |