C# 클래스 CSharpImageLibrary.DDS.DDS_BlockHelpers.RGBColour

This region contains stuff adpated/taken from the DirectXTex project: https://github.com/Microsoft/DirectXTex Things needed to be in the range 0-1 instead of 0-255, hence new struct etc
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 프로퍼티들

프로퍼티 타입 설명
r float

공개 메소드들

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

메소드 상세

RGBColour() 공개 메소드

public RGBColour ( float red, float green, float blue, float alpha ) : System
red float
green float
blue float
alpha float
리턴 System

프로퍼티 상세

r 공개적으로 프로퍼티

public float r
리턴 float