C# Class Aries.IconMethods.IcDvImg.RGBQUAD

Datei anzeigen Open project: EAXrec/Aries

Public Properties

Property Type Description
rgbBlue byte
rgbGreen byte
rgbRed byte
rgbReserved byte

Public Methods

Method Description
RGBQUAD ( Color c ) : System
RGBQUAD ( byte r, byte g, byte b, byte alpha ) : System
ToString ( ) : string
Write ( BinaryWriter bw ) : void

Method Details

RGBQUAD() public method

public RGBQUAD ( Color c ) : System
c Color
return System

RGBQUAD() public method

public RGBQUAD ( byte r, byte g, byte b, byte alpha ) : System
r byte
g byte
b byte
alpha byte
return System

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Property Details

rgbBlue public_oe property

public byte rgbBlue
return byte

rgbGreen public_oe property

public byte rgbGreen
return byte

rgbRed public_oe property

public byte rgbRed
return byte

rgbReserved public_oe property

public byte rgbReserved
return byte