C# 클래스 AlbedoDatabaseGenerator.Database.Manifest

상속: IDisposable
파일 보기 프로젝트 열기: Patapom/GodComplex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Aperture float
m_CalibratedTextureFileName string
m_CalibratedTextureHeight int
m_CalibratedTextureWidth int
m_CustomSwatches Swatch[]
m_ISOSpeed float
m_ManifestFileName System.IO.FileInfo
m_ShutterSpeed float
m_SourceImageFileName string
m_SpatialCorrectionEnabled bool
m_SwatchAvg Swatch
m_SwatchMax Swatch
m_SwatchMin Swatch
m_SwatchesHeight int
m_SwatchesWidth int
m_TargetFormat string
m_Texture System.Drawing.Bitmap
m_WhiteBalanceCorrectionFactor float
m_WhiteBalancexyY Vector

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFullPath ( string _RelativeFileName ) : string
Load ( FileInfo _FileName ) : void
LoadTextures ( ) : void

Loads the textures described by the manifest

Manifest ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFullPath() 공개 메소드

public GetFullPath ( string _RelativeFileName ) : string
_RelativeFileName string
리턴 string

Load() 공개 메소드

public Load ( FileInfo _FileName ) : void
_FileName System.IO.FileInfo
리턴 void

LoadTextures() 공개 메소드

Loads the textures described by the manifest
public LoadTextures ( ) : void
리턴 void

Manifest() 공개 메소드

public Manifest ( ) : System
리턴 System

프로퍼티 상세

m_Aperture 공개적으로 프로퍼티

public float m_Aperture
리턴 float

m_CalibratedTextureFileName 공개적으로 프로퍼티

public string m_CalibratedTextureFileName
리턴 string

m_CalibratedTextureHeight 공개적으로 프로퍼티

public int m_CalibratedTextureHeight
리턴 int

m_CalibratedTextureWidth 공개적으로 프로퍼티

public int m_CalibratedTextureWidth
리턴 int

m_CustomSwatches 공개적으로 프로퍼티

public Swatch[] m_CustomSwatches
리턴 Swatch[]

m_ISOSpeed 공개적으로 프로퍼티

public float m_ISOSpeed
리턴 float

m_ManifestFileName 공개적으로 프로퍼티

public FileInfo,System.IO m_ManifestFileName
리턴 System.IO.FileInfo

m_ShutterSpeed 공개적으로 프로퍼티

public float m_ShutterSpeed
리턴 float

m_SourceImageFileName 공개적으로 프로퍼티

public string m_SourceImageFileName
리턴 string

m_SpatialCorrectionEnabled 공개적으로 프로퍼티

public bool m_SpatialCorrectionEnabled
리턴 bool

m_SwatchAvg 공개적으로 프로퍼티

public Swatch m_SwatchAvg
리턴 Swatch

m_SwatchMax 공개적으로 프로퍼티

public Swatch m_SwatchMax
리턴 Swatch

m_SwatchMin 공개적으로 프로퍼티

public Swatch m_SwatchMin
리턴 Swatch

m_SwatchesHeight 공개적으로 프로퍼티

public int m_SwatchesHeight
리턴 int

m_SwatchesWidth 공개적으로 프로퍼티

public int m_SwatchesWidth
리턴 int

m_TargetFormat 공개적으로 프로퍼티

public string m_TargetFormat
리턴 string

m_Texture 공개적으로 프로퍼티

public Bitmap,System.Drawing m_Texture
리턴 System.Drawing.Bitmap

m_WhiteBalanceCorrectionFactor 공개적으로 프로퍼티

public float m_WhiteBalanceCorrectionFactor
리턴 float

m_WhiteBalancexyY 공개적으로 프로퍼티

public Vector m_WhiteBalancexyY
리턴 Vector