C# Class CSharpUtils.ColorFormat.Component

Show file Open project: soywiz/csharputils

Public Properties

Property Type Description
Offset int
Size int

Public Methods

Method Description
Extract ( uint Value ) : uint
ExtractToByte ( uint Value ) : byte
ExtractToFloat ( uint Value ) : float
Insert ( uint &Base, uint Value ) : void
InsertFromByte ( uint &Base, byte Value ) : void

Method Details

Extract() public method

public Extract ( uint Value ) : uint
Value uint
return uint

ExtractToByte() public method

public ExtractToByte ( uint Value ) : byte
Value uint
return byte

ExtractToFloat() public method

public ExtractToFloat ( uint Value ) : float
Value uint
return float

Insert() public method

public Insert ( uint &Base, uint Value ) : void
Base uint
Value uint
return void

InsertFromByte() public method

public InsertFromByte ( uint &Base, byte Value ) : void
Base uint
Value byte
return void

Property Details

Offset public property

public int Offset
return int

Size public property

public int Size
return int