C# Class Aries.IconMethods.IcDvImg.RGBQUAD

Show file 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 property

public byte rgbBlue
return byte

rgbGreen public property

public byte rgbGreen
return byte

rgbRed public property

public byte rgbRed
return byte

rgbReserved public property

public byte rgbReserved
return byte