C# Class PixelArtUpScaler.Pixel

Afficher le fichier Open project: michaelrbk/pixelart-vectorizer

Méthodes publiques

Свойство Type Description
points List

Méthodes publiques

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

Private Methods

Méthode Description
colorIsSimilar ( Color c1, Color c2 ) : bool
pixelInsidePolygon ( ArrayList polygons ) : bool

Method Details

Pixel() public méthode

public Pixel ( int x1, int y1, Color color1 ) : System
x1 int
y1 int
color1 Color
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

colorIsDiferent() public static méthode

public static colorIsDiferent ( Color c1, Color c2 ) : bool
c1 Color
c2 Color
Résultat bool

getPoint() public méthode

public getPoint ( ) : Point
Résultat Point

Property Details

points public_oe property

public List points
Résultat List