C# Class 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
Datei anzeigen Open project: KFreon/CSharpImageLibrary

Public Properties

Property Type Description
r float

Public Methods

Method Description
RGBColour ( float red, float green, float blue, float alpha ) : System

Method Details

RGBColour() public method

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

Property Details

r public_oe property

public float r
return float