C# 클래스 Fractrace.PictureArt.RenderBase

상속: Renderer
파일 보기 프로젝트 열기: trafassel/Gestaltlupe

공개 메소드들

메소드 설명
Paint ( Graphics grLabel ) : void

( Create RGB Picture.

RenderBase ( Fractrace.DataTypes.PictureData pData ) : System

Initialisation.

보호된 메소드들

메소드 설명
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

메소드 상세

GetColor() 보호된 메소드

Return rgb value at (x,y)
protected GetColor ( int x, int y ) : Color
x int
y int
리턴 Color

GetRgbAt() 보호된 메소드

protected GetRgbAt ( int x, int y ) : Fractrace.Geometry.Vec3
x int
y int
리턴 Fractrace.Geometry.Vec3

Paint() 공개 메소드

( Create RGB Picture.
public Paint ( Graphics grLabel ) : void
grLabel System.Drawing.Graphics
리턴 void

PreCalculate() 보호된 메소드

Allgemeine Informationen werden erzeugt
protected PreCalculate ( ) : void
리턴 void

RenderBase() 공개 메소드

Initialisation.
public RenderBase ( Fractrace.DataTypes.PictureData pData ) : System
pData Fractrace.DataTypes.PictureData
리턴 System