Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function MSSL_ColorSettings(CTS, sensitivity: Integer; hueModifier, saturationModifier: Extended): MSSL_TColorSettings;
- {==============================================================================]
- Created: December 19th, 2012.
- Contributors: Janilabo
- Explanation: Converts parameters to MSSL_TColorSettings type.
- [==============================================================================}
- begin
- Result.CTS := CTS;
- Result.sensitivity := sensitivity;
- Result.hueModifier := hueModifier;
- Result.saturationModifier := saturationModifier;
- end;
Advertisement
Add Comment
Please, Sign In to add comment