C# Class Apachai.Effects.Core.RgbColor

Afficher le fichier Open project: garuma/apachai

Méthodes publiques

Свойство Type Description
Blue int
Green int
Red int

Méthodes publiques

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

Method Details

FromHsv() public static méthode

public static FromHsv ( HsvColor hsv ) : RgbColor
hsv HsvColor
Résultat RgbColor

RgbColor() public méthode

public RgbColor ( int R, int G, int B ) : System
R int
G int
B int
Résultat System

ToHsv() public méthode

public ToHsv ( ) : HsvColor
Résultat HsvColor

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Blue public_oe property

public int Blue
Résultat int

Green public_oe property

public int Green
Résultat int

Red public_oe property

public int Red
Résultat int