C# Class Apachai.Effects.Core.RgbColor

Datei anzeigen Open project: garuma/apachai

Public Properties

Property Type Description
Blue int
Green int
Red int

Public Methods

Method Description
FromHsv ( HsvColor hsv ) : RgbColor
RgbColor ( int R, int G, int B ) : System
ToHsv ( ) : HsvColor
ToString ( ) : string

Method Details

FromHsv() public static method

public static FromHsv ( HsvColor hsv ) : RgbColor
hsv HsvColor
return RgbColor

RgbColor() public method

public RgbColor ( int R, int G, int B ) : System
R int
G int
B int
return System

ToHsv() public method

public ToHsv ( ) : HsvColor
return HsvColor

ToString() public method

public ToString ( ) : string
return string

Property Details

Blue public_oe property

public int Blue
return int

Green public_oe property

public int Green
return int

Red public_oe property

public int Red
return int