C# Class ManagedWin32.Api.RGBQuad

Show file Open project: MathewSachin/ManagedWin32 Class Usage Examples

Public Properties

Property Type Description
Blue byte

Public Methods

Method Description
Set ( byte r, byte g, byte b ) : void

Method Details

Set() public method

public Set ( byte r, byte g, byte b ) : void
r byte
g byte
b byte
return void

Property Details

Blue public property

public byte Blue
return byte