Method | Description | |
---|---|---|
HDRColor ( UFP88 red, UFP88 green, UFP88 blue ) : SWFProcessing.ModellingUtils.Util |
Initializes a new instance of a colour
|
|
HDRColor ( UFP88 red, UFP88 green, UFP88 blue, UFP88 alpha ) : SWFProcessing.ModellingUtils.Util |
Initializes a new instance of a colour with an alpha component
|
|
ToString ( ) : string |
Renders the colour as a string. Used only in test/debug console output.
|
Method | Description | |
---|---|---|
Clone ( ) : |
public HDRColor ( UFP88 red, UFP88 green, UFP88 blue ) : SWFProcessing.ModellingUtils.Util | ||
red | UFP88 | Red component, from fp0.0 to fp1.0 (Or beyond if you wish) |
green | UFP88 | Green component, from fp0.0 to fp1.0 (Or beyond if you wish) |
blue | UFP88 | Blue component, from fp0.0 to fp1.0 (Or beyond if you wish) |
return | SWFProcessing.ModellingUtils.Util |
public HDRColor ( UFP88 red, UFP88 green, UFP88 blue, UFP88 alpha ) : SWFProcessing.ModellingUtils.Util | ||
red | UFP88 | Red component, from fp0.0 to fp1.0 (Or beyond if you wish) |
green | UFP88 | Green component, from fp0.0 to fp1.0 (Or beyond if you wish) |
blue | UFP88 | Blue component, from fp0.0 to fp1.0 (Or beyond if you wish) |
alpha | UFP88 | Alpha component, from fp0.0 to fp1.0 (Or beyond if you wish) |
return | SWFProcessing.ModellingUtils.Util |