C# Class Tomato.Hardware.LEM1802.PixelData

Show file Open project: SirCmpwn/Tomato

Public Properties

Property Type Description
blue byte
green byte
red byte

Public Methods

Method Description
FromColor ( Color color ) : PixelData

Method Details

FromColor() public static method

public static FromColor ( Color color ) : PixelData
color Color
return System.Drawing.PixelData

Property Details

blue public property

public byte blue
return byte

green public property

public byte green
return byte

red public property

public byte red
return byte