import "OOCocoa.h"
import "OOOpenGL.h"
Go to the source code of this file.
◆ OOHSBAComponentsDescription()
Definition at line 544 of file OOColor.m.
545{
546 return [NSString stringWithFormat:
@"{%i, %.3g, %.3g, %.3g}", (
int)components.
h, components.
s, components.
b, components.
a];
547}
typedef int(ZCALLBACK *close_file_func) OF((voidpf opaque
◆ OORGBAComponentsDescription()
Definition at line 538 of file OOColor.m.
539{
540 return [NSString stringWithFormat:
@"{%.3g, %.3g, %.3g, %.3g}", components.
r, components.
g, components.
b, components.
a];
541}