Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Bitmap

Extends
Object
Modifiers
native noexport

Core.Object
|   
+-- Engine.Bitmap

Direct Known Subclasses:

Texture

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
ETextureFormatFormat
intInternalTime[2]
colorMaxColor
colorMipZero
byteUBits
intUSize
byteVBits
intVSize
Texture
palettePalette
intUClamp
intVClamp
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
ETextureFormat
TEXF_P8, TEXF_RGB32, TEXF_RGB64, TEXF_DXT1, TEXF_RGB24
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Quat, Rotator, Scale, Vector

Functions Summary
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Acos, AlignQuatWith, AllFiles, AllLinkers, AllObjects, AppSeconds, Asc, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Divide, Dot, DynamicLoadObject, Enable, EndState, Exp, ExtractString, FClamp, FindObject, FMax, FMin, FRand, GetArraySize, GetAxes, GetDefaultObject, GetEnum, GetParentClass, GetPropertyText, GetStateName, GetUnAxes, GetUnitCoords, GotoState, InsertArrayIdx, InStr, Invert, IsA, IsInState, Left, Len, Lerp, LoadPackageContents, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Quad, QuatError, QuatFromAxisAndAngle, QuatGetAngle, QuatGetAxis, QuatGetVect, QuatNormal, QuatRotate, QuatSize, QuatSizeSquared, QuatSlerp, QuatToRotation, QuatVRotate, Rand, RandRange, RemoveArrayIdx, ResetConfig, Right, RotationToQuat, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, TransformCoordsByNormal, TransformRotatorByNormal, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

Format Source code

var ETextureFormat Format;

InternalTime[2] Source code

var const int InternalTime[2];

MaxColor Source code

var const color MaxColor;

MipZero Source code

var const color MipZero;

UBits Source code

var const byte UBits;

USize Source code

var const int USize;

VBits Source code

var const byte VBits;

VSize Source code

var const int VSize;

Texture

Palette Source code

var(Texture) palette Palette;

UClamp Source code

var(Texture) const int UClamp;

VClamp Source code

var(Texture) const int VClamp;


Enumerations Detail

ETextureFormat Source code

enum ETextureFormat
{
TEXF_P8, TEXF_RGB32, TEXF_RGB64, TEXF_DXT1, TEXF_RGB24
};


Defaultproperties

defaultproperties
{
     MipZero=(R=64,G=128,B=64)
     MaxColor=(R=255,G=255,B=255,A=255)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: vr 22-5-2009 02:18:59.601 - Created with UnCodeX