C# 클래스 GLSharp.Graphics.Color

파일 보기 프로젝트 열기: colin-dumitru/GLSharp

공개 메소드들

메소드 설명
Color ( ) : System
Create ( float red, float green, float blue, float alpha ) : Color

메소드 상세

Color() 공개 메소드

public Color ( ) : System
리턴 System

Create() 공개 정적인 메소드

public static Create ( float red, float green, float blue, float alpha ) : Color
red float
green float
blue float
alpha float
리턴 Color