RADIANCE_SIZE_32 = 0'i64
RADIANCE_SIZE_64 = 1'i64
RADIANCE_SIZE_128 = 2'i64
RADIANCE_SIZE_256 = 3'i64
RADIANCE_SIZE_512 = 4'i64
RADIANCE_SIZE_1024 = 5'i64
RADIANCE_SIZE_2048 = 6'i64
RADIANCE_SIZE_MAX = 7'i64
proc radianceSize(self: Sky): int64 {.gcsafe, locks: 0, raises: [], tags: [].}
proc radianceSize=(self: Sky; val: int64) {.gcsafe, locks: 0, raises: [], tags: [].}