C# Class PixelArtUpScaler.Pixel

ファイルを表示 Open project: michaelrbk/pixelart-vectorizer

Public Properties

Property Type Description
points List

Public Methods

Method Description
Pixel ( int x1, int y1, Color color1 ) : System
ToString ( ) : string
colorIsDiferent ( Color c1, Color c2 ) : bool
getPoint ( ) : Point

Private Methods

Method Description
colorIsSimilar ( Color c1, Color c2 ) : bool
pixelInsidePolygon ( ArrayList polygons ) : bool

Method Details

Pixel() public method

public Pixel ( int x1, int y1, Color color1 ) : System
x1 int
y1 int
color1 Color
return System

ToString() public method

public ToString ( ) : string
return string

colorIsDiferent() public static method

public static colorIsDiferent ( Color c1, Color c2 ) : bool
c1 Color
c2 Color
return bool

getPoint() public method

public getPoint ( ) : Point
return Point

Property Details

points public_oe property

public List points
return List