C# Class Fractrace.PictureArt.RenderBase

Inheritance: Renderer
Afficher le fichier Open project: trafassel/Gestaltlupe

Méthodes publiques

Méthode Description
Paint ( Graphics grLabel ) : void

( Create RGB Picture.

RenderBase ( Fractrace.DataTypes.PictureData pData ) : System

Initialisation.

Méthodes protégées

Méthode Description
GetColor ( int x, int y ) : Color

Return rgb value at (x,y)

GetRgbAt ( int x, int y ) : Fractrace.Geometry.Vec3
PreCalculate ( ) : void

Allgemeine Informationen werden erzeugt

Method Details

GetColor() protected méthode

Return rgb value at (x,y)
protected GetColor ( int x, int y ) : Color
x int
y int
Résultat Color

GetRgbAt() protected méthode

protected GetRgbAt ( int x, int y ) : Fractrace.Geometry.Vec3
x int
y int
Résultat Fractrace.Geometry.Vec3

Paint() public méthode

( Create RGB Picture.
public Paint ( Graphics grLabel ) : void
grLabel System.Drawing.Graphics
Résultat void

PreCalculate() protected méthode

Allgemeine Informationen werden erzeugt
protected PreCalculate ( ) : void
Résultat void

RenderBase() public méthode

Initialisation.
public RenderBase ( Fractrace.DataTypes.PictureData pData ) : System
pData Fractrace.DataTypes.PictureData
Résultat System