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
Afficher le fichier Open project: KFreon/CSharpImageLibrary

Méthodes publiques

Свойство Type Description
r float

Méthodes publiques

Méthode Description
RGBColour ( float red, float green, float blue, float alpha ) : System

Method Details

RGBColour() public méthode

public RGBColour ( float red, float green, float blue, float alpha ) : System
red float
green float
blue float
alpha float
Résultat System

Property Details

r public_oe property

public float r
Résultat float